OSDN Git Service

Uninstalling app from recent apps shelf should not leave a hole.
authorHyunyoung Song <hyunyoungs@google.com>
Tue, 2 May 2017 23:06:28 +0000 (16:06 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Tue, 2 May 2017 23:31:47 +0000 (16:31 -0700)
Bug: 37751234
Change-Id: Ie36d2ab1a24523e5061582dbc0ee347444da8a78

src/com/android/launcher3/Launcher.java

index 3c29f5e..c329ab0 100644 (file)
@@ -3902,6 +3902,7 @@ public class Launcher extends BaseActivity
         // Update AllApps
         if (mAppsView != null) {
             mAppsView.removeApps(appInfos);
+            tryAndUpdatePredictedApps();
         }
     }