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

Commit 8fa5c92e authored by axfordjc's avatar axfordjc
Browse files

lockscreen.enable_landscape - removed ID from Flag

Bug: 293252410
Test: build successfully
Change-Id: I422a0f92e92940b91798e28bdb84d0db2d945c56
parent 6f729037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ object Flags {
    // TODO(b/293252410) : Tracking Bug
    @JvmField
    val LOCKSCREEN_ENABLE_LANDSCAPE =
            unreleasedFlag(1116, name = "lockscreen.enable_landscape")
            unreleasedFlag("lockscreen.enable_landscape")

    // TODO(b/273443374): Tracking Bug
    @Keep