Loading src/com/android/launcher3/Launcher.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/com/android/launcher3/Launcher.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading