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

Unverified Commit 5c721029 authored by Michael Bestas's avatar Michael Bestas
Browse files

SystemUI: Enable landscape lockscreen flag

This enables a better landscape layout on <600dp devices.

Change-Id: I479f8ccbdea9ff5fb0f50de279c3fd15dfa23b99
parent 87dd03f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ object Flags {
        sysPropBooleanFlag("persist.wm.debug.shell_transit", default = true)

    // TODO(b/293252410) : Tracking Bug
    @JvmField val LOCKSCREEN_ENABLE_LANDSCAPE = unreleasedFlag("lockscreen.enable_landscape")
    @JvmField val LOCKSCREEN_ENABLE_LANDSCAPE = releasedFlag("lockscreen.enable_landscape")

    // 1200 - predictive back
    @Keep