Skip to content

Add backend feature flags and polish sponsors and floor plan#402

Merged
martinbonnin merged 2 commits intomainfrom
flags-and-sponsors
Mar 24, 2026
Merged

Add backend feature flags and polish sponsors and floor plan#402
martinbonnin merged 2 commits intomainfrom
flags-and-sponsors

Conversation

@martinbonnin
Copy link
Contributor

Description

Checklist

  • Builds without errors (./gradlew assembleDebug)
  • Tested on device/emulator
  • No new warnings introduced

@martinbonnin martinbonnin merged commit 28014ef into main Mar 24, 2026
1 of 2 checks passed
@martinbonnin martinbonnin deleted the flags-and-sponsors branch March 24, 2026 16:20
response.data!!.featureFlags.toFeatureFlags()
} else {
// first time: get from the network, if network fails, use hardcoded defaults.
apolloClient.query(GetFeatureFlagsQuery()).fetchPolicy(FetchPolicy.NetworkOnly).execute().data?.featureFlags?.toFeatureFlags() ?: FeatureFlags(false, true)

Check warning

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning

Line detected, which is longer than the defined maximum line length in the code style.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant