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

Commit 2e06b6da authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 6dc8f7c8: Merge "Update the database when converting the final screen. (Bug...

am 6dc8f7c8: Merge "Update the database when converting the final screen. (Bug 11683562, Bug 11034205)" into jb-ub-now-jolly-elf

* commit '6dc8f7c8':
  Update the database when converting the final screen. (Bug 11683562, Bug 11034205)
parents 91d30b76 6dc8f7c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -690,7 +690,8 @@ public class Workspace extends SmoothPagedView
            mWorkspaceScreens.put(EXTRA_EMPTY_SCREEN_ID, finalScreen);
            mScreenOrder.add(EXTRA_EMPTY_SCREEN_ID);

            // XXX: Do we need to update LM workspace screens here?
            // Update the model if we have changed any screens
            mLauncher.getModel().updateWorkspaceScreenOrder(mLauncher, mScreenOrder);
            Launcher.addDumpLog(TAG, "11683562 -   extra empty screen: " + finalScreenId, true);
        }
    }