commit | 51114f2ad3172fb5c1aa76ed66e7b06388628e29 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue May 02 16:06:28 2017 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue May 02 16:31:47 2017 -0700 |
tree | e9042ed79c5c6b58156adae7e01052513c3ba099 | |
parent | ead1680e96dea834d3de7be852c2c1a60e046791 [diff] [blame] |
Uninstalling app from recent apps shelf should not leave a hole. Bug: 37751234 Change-Id: Ie36d2ab1a24523e5061582dbc0ee347444da8a78
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 3c29f5e..c329ab0 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java
@@ -3902,6 +3902,7 @@ // Update AllApps if (mAppsView != null) { mAppsView.removeApps(appInfos); + tryAndUpdatePredictedApps(); } }