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

Commit 6d163e0f authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

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

parents 61682f2f 51114f2a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3902,6 +3902,7 @@ public class Launcher extends BaseActivity
        // Update AllApps
        if (mAppsView != null) {
            mAppsView.removeApps(appInfos);
            tryAndUpdatePredictedApps();
        }
    }