commit | d080b98b768e9b7283e4b4836aabc92575108b4e | [log] [tgz] |
---|---|---|
author | Fengjiang Li <fengjial@google.com> | Wed Feb 01 15:30:30 2023 -0800 |
committer | Fengjiang Li <fengjial@google.com> | Fri Feb 03 10:28:46 2023 -0800 |
tree | bd29e384c48b4c37adb0e2d1cf86dea2b714e702 | |
parent | 537c380bcbddfa211093bf326f6585f8cf4edcc5 [diff] [blame] |
[Predictive Back] Revert all apps scale when exiting from search Bug: b/267522879 Test: manual, see before after videos in bug Change-Id: I7b14739fee23a22920d71841fc1c3c12b34a3d0c
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 2f1f59c..61b3979 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java
@@ -1342,6 +1342,7 @@ // Setup Apps mAppsView = findViewById(R.id.apps_view); + mAppsView.setAllAppsTransitionController(mAllAppsController); // Setup Scrim mScrimView = findViewById(R.id.scrim_view);