Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0811bc50 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

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

am: 6d163e0f

Change-Id: Ib56767f618cbaa3b63afa6871819fd9c85a43747
parents 2526ba82 6d163e0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3932,6 +3932,7 @@ public class Launcher extends BaseActivity
        // Update AllApps
        if (mAppsView != null) {
            mAppsView.removeApps(appInfos);
            tryAndUpdatePredictedApps();
        }
    }