Merge "Uninstalling app from recent apps shelf should not leave a hole." into ub-launcher3-dorval

This commit is contained in:
Hyunyoung Song
2017-05-03 00:04:08 +00:00
committed by Android (Google) Code Review
+1
View File
@@ -3902,6 +3902,7 @@ public class Launcher extends BaseActivity
// Update AllApps
if (mAppsView != null) {
mAppsView.removeApps(appInfos);
tryAndUpdatePredictedApps();
}
}