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

Commit 31fb7ce3 authored by Beverly's avatar Beverly
Browse files

Enable new lock screen layout by default

Test: manual
Bug: 170228350
Change-Id: I724128cb087a02b3e16f1c7297588ebe8ed54105
parent 648d4e5e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1870,8 +1870,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab

    private void updateLockScreenMode() {
        final int newMode = Settings.Global.getInt(mContext.getContentResolver(),
                Settings.Global.SHOW_NEW_LOCKSCREEN,
                isUdfpsEnrolled() ? 1 : 0);
                Settings.Global.SHOW_NEW_LOCKSCREEN, LOCK_SCREEN_MODE_LAYOUT_1);
        if (newMode != mLockScreenMode) {
            mLockScreenMode = newMode;
            mHandler.sendEmptyMessage(MSG_LOCK_SCREEN_MODE);