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

Commit 328b3d9a authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix a small bug where desktop mode changes might not be applied" into tm-qpr-dev

parents a17873b0 c063e246
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ public class DesktopModeController {
    private void onInit() {
        ProtoLog.d(WM_SHELL_DESKTOP_MODE, "Initialize DesktopModeController");
        mSettingsObserver.observe();
        if (DesktopMode.isActive(mContext)) {
            updateDesktopModeActive(true);
        }
    }

    @VisibleForTesting