"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "49272a77adf36f53ece51bcd1865b21d9ed4c8fd"
Fix issue with Shell listeners being unbound if SysUI is restarted
- If SysUI is restarted (ie. during dev or a crash), the components registering the shell listeners may not be aware of this, and listener callbacks will not be re-registered. Currently all the listeners are managed correctly (bound & later unbound) so we can just keep the active listener references to re-register if this happens. Bug: 207142749 Test: Kill SysUI, start some apps and ensure Launcher still shows them in recents Change-Id: I47665180bbff3a12b12686e2ca3063ecd188bb56
Loading
Please register or sign in to comment