commit | ba45b6707cb209d597216d4f0a1ae5e57a705385 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Apr 14 15:14:31 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Apr 14 15:14:31 2020 +0000 |
tree | d8a17a7046c2879e9399aea6d06f0ad19bc0bfeb | |
parent | eb916b560ba939cbe54ca04a0f538f7e0d091ce6 [diff] | |
parent | 68f51e776e4f94919d5aa0f94cb4da2f7bcb36f0 [diff] |
Merge "Show migrated items on the last page" into ub-launcher3-rvc-dev
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java index f907089..78cc2dc 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/HotseatEduController.java
@@ -200,6 +200,7 @@ pageId = LauncherSettings.Settings.call(mLauncher.getContentResolver(), LauncherSettings.Settings.METHOD_NEW_SCREEN_ID) .getInt(LauncherSettings.Settings.EXTRA_VALUE); + mNewScreens = IntArray.wrap(pageId); } for (int i = 0; i < mLauncher.getDeviceProfile().inv.numHotseatIcons; i++) { View child = mHotseat.getChildAt(i, 0);