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

Commit 48126a5a authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Controls UI - Only show controls after device is setup" into rvc-dev am: fb3ee920

Change-Id: Ide5e2dbf6f0173677b3ba0f575efd64bf95d27e4
parents f136e443 fb3ee920
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2382,7 +2382,8 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
                || mKeyguardStateController.canDismissLockScreen();
        return (isUnlocked || mShowLockScreenCardsAndControls)
                && mControlsUiController.getAvailable()
                && !mControlsServiceInfos.isEmpty();
                && !mControlsServiceInfos.isEmpty()
                && mDeviceProvisioned;
    }
    // TODO: Remove legacy layout XML and classes.
    protected boolean shouldUseControlsLayout() {