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

Commit 494cce7f authored by Manu Cornet's avatar Manu Cornet
Browse files

2D recents: remove hook for separate activity

I'm going to keep the activity itself around for a couple of more days
while we transition to this new way, but this removes the entry point.

Bug: 32101881
Test: On local sw600dp device, checked recents
Change-Id: I46470a24be894fd4056a59f58a9af41d12c1fdf5
parent b69b95f0
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);
        }