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

Commit 91ed37b9 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Central Surfaces] Add flag for fetching bouncerShowing from diff place.

Bug: 285174336
Test: compiles
Change-Id: I9f8a6402733ab78162d3d5f7d8b19077197ecc57
Merged-In: I9f8a6402733ab78162d3d5f7d8b19077197ecc57
(cherry picked from commit 12f1c427)
parent f6a5990d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -748,4 +748,10 @@ object Flags {
    @JvmField
    val BIGPICTURE_NOTIFICATION_LAZY_LOADING =
            unreleasedFlag(283447257, "bigpicture_notification_lazy_loading")

    // 2900 - CentralSurfaces-related flags

    // TODO(b/285174336): Tracking Bug
    @JvmField
    val USE_REPOS_FOR_BOUNCER_SHOWING = unreleasedFlag(2900, "use_repos_for_bouncer_showing")
}