Stop enabling all disabled status bar features from GlobalActions.
Leaky singleton bug! GlobalActions, recents, and the keyguard are all in the same process and therefore receive the same StatusBarManager instance. Therefore, their calls to enable() and disable() clobber one another. Bug: 5423182 Change-Id: I724d17dfc5289141690560cc8ff83cc8543b25b1
Loading
Please register or sign in to comment