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

This commit is contained in:
TreeHugger Robot
2016-12-16 23:21:52 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}