Should not be closing system dialogs when Recents is hidden. (Bug 15109551)
Change-Id: Ia73753074ce620ede136cd4b156d6bfeadb900cf
This commit is contained in:
committed by
The Android Automerger
parent
43cfdfd9c5
commit
7bf91cc12b
@@ -619,7 +619,6 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
|
||||
protected void hideRecents(boolean triggeredFromAltTab) {
|
||||
if (mRecents != null) {
|
||||
sendCloseSystemWindows(mContext, SYSTEM_DIALOG_REASON_RECENT_APPS);
|
||||
mRecents.hideRecents(triggeredFromAltTab);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user