am 91617a79: Hide assist when launching an activity over an action
* commit '91617a793ed6a80f3abfd3653b0f74b9321fe0f6': Hide assist when launching an activity over an action
This commit is contained in:
@@ -303,6 +303,7 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
try {
|
||||
ActivityManagerNative.getDefault()
|
||||
.keyguardWaitingForActivityDrawn();
|
||||
ActivityManagerNative.getDefault().resumeAppSwitches();
|
||||
} catch (RemoteException e) {
|
||||
}
|
||||
}
|
||||
@@ -315,7 +316,9 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL,
|
||||
true /* force */);
|
||||
visibilityChanged(false);
|
||||
mAssistManager.hideAssist();
|
||||
}
|
||||
|
||||
// Wait for activity start.
|
||||
return handled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user