Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bba1c8c authored by Winson Chung's avatar Winson Chung
Browse files

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

Change-Id: Ia73753074ce620ede136cd4b156d6bfeadb900cf
parent 3fff2217
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }