Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -307,6 +307,7 @@ public abstract class BaseStatusBar extends SystemUI implements try { try { ActivityManagerNative.getDefault() ActivityManagerNative.getDefault() .keyguardWaitingForActivityDrawn(); .keyguardWaitingForActivityDrawn(); ActivityManagerNative.getDefault().resumeAppSwitches(); } catch (RemoteException e) { } catch (RemoteException e) { } } } } Loading @@ -319,7 +320,9 @@ public abstract class BaseStatusBar extends SystemUI implements animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */); true /* force */); visibilityChanged(false); visibilityChanged(false); mAssistManager.hideAssist(); } } // Wait for activity start. // Wait for activity start. return handled; return handled; } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -307,6 +307,7 @@ public abstract class BaseStatusBar extends SystemUI implements try { try { ActivityManagerNative.getDefault() ActivityManagerNative.getDefault() .keyguardWaitingForActivityDrawn(); .keyguardWaitingForActivityDrawn(); ActivityManagerNative.getDefault().resumeAppSwitches(); } catch (RemoteException e) { } catch (RemoteException e) { } } } } Loading @@ -319,7 +320,9 @@ public abstract class BaseStatusBar extends SystemUI implements animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */); true /* force */); visibilityChanged(false); visibilityChanged(false); mAssistManager.hideAssist(); } } // Wait for activity start. // Wait for activity start. return handled; return handled; } } Loading