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

Commit fd744975 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix crash when Workspace item is added to two panel home" into sc-v2-dev

parents fd5e2ff9 817e0fa8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2229,6 +2229,9 @@ public class Launcher extends StatefulActivity<LauncherState> implements Launche
            ArrayList<ItemInfo> addAnimated) {
        // Add the new screens
        if (newScreens != null) {
            // newScreens can contain an empty right panel that is already bound, but not known
            // by BgDataModel.
            newScreens.removeAllValues(mWorkspace.mScreenOrder);
            bindAddScreens(newScreens);
        }