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

Commit 2a497e3d authored by Yasin Kilicdere's avatar Yasin Kilicdere
Browse files

Enable LOAD_NOTIFICATIONS_BEFORE_THE_USER_SWITCH_IS_COMPLETE For Teamfood

Start enabling notifications panel to be updated before the user
switch is complete.

Bug: 278873737
Test: manual
Change-Id: I5d8631651f1602a3aef075f92d908ec39bfc6646
parent dd49bba6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -81,7 +81,8 @@ object Flags {
    // TODO(b/278873737): Tracking Bug
    @JvmField
    val LOAD_NOTIFICATIONS_BEFORE_THE_USER_SWITCH_IS_COMPLETE =
            unreleasedFlag(278873737, "load_notifications_before_the_user_switch_is_complete")
            unreleasedFlag(278873737, "load_notifications_before_the_user_switch_is_complete",
                    teamfood = true)

    // TODO(b/277338665): Tracking Bug
    @JvmField