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

Commit 15f3e288 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

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

parents 3bf27231 1bba1c8c
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);
        }
    }