Enable LOAD_NOTIFICATIONS_BEFORE_THE_USER_SWITCH_IS_COMPLETE For Droidfood

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

Bug: 278873737
Test: manual
Change-Id: Ibbb8b1651bf5b0f1e77ee0f8eaf0d2fe1eb18762
This commit is contained in:
Yasin Kilicdere
2023-04-20 19:14:09 +01:00
parent 2a497e3d48
commit 348d2cb82c

View File

@@ -81,8 +81,7 @@ 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",
teamfood = true)
releasedFlag(278873737, "load_notifications_before_the_user_switch_is_complete")
// TODO(b/277338665): Tracking Bug
@JvmField