commit | 5ae6832a9ff08e52506dc1ed55001b3229e99024 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue May 02 23:32:06 2017 +0000 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue May 02 23:32:06 2017 +0000 |
tree | 3ae48dbac797f3d02b2027641f775d50e0bb77b6 | |
parent | 08ba13887039a005b10a6ecfea116da2a2000953 [diff] | |
parent | 51114f2ad3172fb5c1aa76ed66e7b06388628e29 [diff] |
Uninstalling app from recent apps shelf should not leave a hole. am: 51114f2ad3 Change-Id: Ibe932f41a23036ee76af3a5d41d5cc83b1345419
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index 90dc2ef..a61e05a 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java
@@ -3932,6 +3932,7 @@ // Update AllApps if (mAppsView != null) { mAppsView.removeApps(appInfos); + tryAndUpdatePredictedApps(); } }