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

Commit acfabd28 authored by Mady Mellor's avatar Mady Mellor
Browse files

Remove legacy bubble bar flag

Sometimes people are flipping this instead of the aconfig flag
which isn't ideal & it seems like there's a crash from
FeatureFlagsClassicDebug when this is toggled.

Flag: EXEMPT removing obsolete flag
Test: make TheFlippinApp; install and check that "bubble bar"
      isn't visible in classic flags (with other CL)
Bug: 374692464
Bug: 256873975
Change-Id: I49b7dd88567d2e9defee08469909ae4f814c9fb3
parent ac9181e1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -255,11 +255,6 @@ object Flags {
    val WM_ENABLE_SHELL_TRANSITIONS =
        sysPropBooleanFlag("persist.wm.debug.shell_transit", default = true)

    // TODO(b/256873975): Tracking Bug
    @JvmField
    @Keep
    val WM_BUBBLE_BAR = sysPropBooleanFlag("persist.wm.debug.bubble_bar", default = false)

    // TODO(b/254513207): Tracking Bug to delete
    @Keep
    @JvmField