Uninstalling app from recent apps shelf should not leave a hole.

Bug: 37751234
Change-Id: Ie36d2ab1a24523e5061582dbc0ee347444da8a78
This commit is contained in:
Hyunyoung Song
2017-05-02 16:06:28 -07:00
parent ead1680e96
commit 51114f2ad3
+1
View File
@@ -3902,6 +3902,7 @@ public class Launcher extends BaseActivity
// Update AllApps
if (mAppsView != null) {
mAppsView.removeApps(appInfos);
tryAndUpdatePredictedApps();
}
}