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

Commit 0f0ca8e1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "2D recents: remove hook for separate activity"

parents 9e84b5db 494cce7f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -207,8 +207,6 @@ public class Recents extends SystemUI
                getSystemService(Context.UI_MODE_SERVICE);
        if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION) {
            mImpl = new RecentsTvImpl(mContext);
        } else if (SystemProperties.getBoolean("ro.recents.grid", false) == true) {
            mImpl = new RecentsGridImpl(mContext);
        } else {
            mImpl = new RecentsImpl(mContext);
        }