Should not be closing system dialogs when Recents is hidden. (Bug 15109551)

Change-Id: Ia73753074ce620ede136cd4b156d6bfeadb900cf
This commit is contained in:
Winson Chung
2014-05-20 13:12:12 -07:00
committed by The Android Automerger
parent 43cfdfd9c5
commit 7bf91cc12b

View File

@@ -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);
}
}