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