commit | 094e5638a5c7ced2944a6ce8f8c4190c16628b80 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Wed Jul 10 20:44:29 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 10 20:44:29 2019 +0000 |
tree | 324d0b5db7592deb17d5244c2efacc4a09ff3aed | |
parent | d59aefada01a2cbf0731b0f13105ca2eae5d76c7 [diff] | |
parent | 940b0ac0157945a40d8b3b44d976da53aaeff81f [diff] |
Merge "Copy resume callbacks list prior to making callbacks" into ub-launcher3-qt-dev
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java index 6ecf1c1..a3c2e3c 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java
@@ -164,12 +164,6 @@ } } - if (FeatureFlags.PULL_DOWN_STATUS_BAR && Utilities.IS_DEBUG_DEVICE - && !launcher.getDeviceProfile().isMultiWindowMode - && !launcher.getDeviceProfile().isVerticalBarLayout()) { - list.add(new StatusBarTouchController(launcher)); - } - list.add(new LauncherTaskViewController(launcher)); return list.toArray(new TouchController[list.size()]); }