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

Commit 6a6eeaad authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Move Compose features flags to teamfood, not droidfood

I swear it was not on purpose.

Bug: 293570761
Bug: 293569320
Test: Manual
Change-Id: If76435d46b4218b346b1d35ac0b861ec41dd531c
parent 8c98666d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -789,11 +789,11 @@ object Flags {

    /** Enable the Compose implementation of the PeopleSpaceActivity. */
    @JvmField
    val COMPOSE_PEOPLE_SPACE = releasedFlag("compose_people_space")
    val COMPOSE_PEOPLE_SPACE = unreleasedFlag("compose_people_space", teamfood = true)

    /** Enable the Compose implementation of the Quick Settings footer actions. */
    @JvmField
    val COMPOSE_QS_FOOTER_ACTIONS = releasedFlag("compose_qs_footer_actions")
    val COMPOSE_QS_FOOTER_ACTIONS = unreleasedFlag("compose_qs_footer_actions", teamfood = true)

    /** Enable the share wifi button in Quick Settings internet dialog. */
    @JvmField