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

Commit 0998ea2f authored by Darrell Shi's avatar Darrell Shi
Browse files

Remove COMMUNAL_HUB classic flag

This flag has been replaced by an aconfig flag.

Bug: 303131306
Fix: 303131306
Test: NA
Flag: NA
Change-Id: I84485ac7604859ece642026a3a0612955bf3ebca
parent a41c20a7
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -783,9 +783,4 @@ object Flags {
    @JvmField
    val COMMUNAL_SERVICE_ENABLED = resourceBooleanFlag(R.bool.config_communalServiceEnabled,
        "communal_service_enabled")

    // TODO(b/303131306): Tracking Bug
    /** Whether communal hub features are enabled. */
    @JvmField
    val COMMUNAL_HUB = unreleasedFlag("communal_hub")
}