Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading