Merge "2D recents: remove hook for separate activity"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0f0ca8e136
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user