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

am: 6d163e0fe7

Change-Id: Ib56767f618cbaa3b63afa6871819fd9c85a43747
This commit is contained in:
Hyunyoung Song
2017-05-03 00:10:04 +00:00
committed by android-build-merger
+1
View File
@@ -3932,6 +3932,7 @@ public class Launcher extends BaseActivity
// Update AllApps // Update AllApps
if (mAppsView != null) { if (mAppsView != null) {
mAppsView.removeApps(appInfos); mAppsView.removeApps(appInfos);
tryAndUpdatePredictedApps();
} }
} }