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

Commit a93ce5ac authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge changes Ib3304e7d,Id76b151c into main

* changes:
  Enable the Compose QS footer actions in droidfood
  Enable the Compose PeopleSpaceActivity in droidfood
parents 00bd1e4e 09fdd9b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -779,11 +779,11 @@ object Flags {

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

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

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