commit | 76de7b81bdd9e38a9c032d487c0dfc9e54eb9cc8 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Thu Jul 18 23:00:12 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 18 23:00:12 2019 +0000 |
tree | cb0d10869069f98abd6c9775bdb4e2ee8d19f4fb | |
parent | 88629ad99285f208c930d3b77a66260eadd17361 [diff] | |
parent | 341cab18d4e41cd5f9912ec77310f174595a8c3a [diff] |
Merge "Revert "Don't preload overview if current home isn't gestural overview""
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java index 573fdcc..bf9d531 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java
@@ -697,10 +697,6 @@ if (!mIsUserUnlocked) { return; } - if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) { - // Prevent the overview from being started before the real home on first boot. - return; - } final ActivityControlHelper<BaseDraggingActivity> activityControl = mOverviewComponentObserver.getActivityControlHelper();