Skip to content

Commit 27132a3

Browse files
committed
Revert "SystemUI: Enable landscape lockscreen flag"
This reverts commit 5c72102. Fixed the bug where notifications cover the time when custom lock screen is enabled
1 parent b94aa89 commit 27132a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/SystemUI/src/com/android/systemui/flags

packages/SystemUI/src/com/android/systemui/flags/Flags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ object Flags {
214214
sysPropBooleanFlag("persist.wm.debug.shell_transit", default = true)
215215

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

219219
// 1200 - predictive back
220220
@Keep

0 commit comments

Comments
 (0)