Add MainActivity scaffold anchoring.

This commit is contained in:
Alex Hart
2025-09-08 14:29:30 -03:00
committed by Greyson Parrelli
parent a5922c31b1
commit 909ea6b925
3 changed files with 13 additions and 3 deletions

View File

@@ -535,7 +535,7 @@ object RemoteConfig {
key = "android.internalUser",
hotSwappable = true
) { value ->
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING
}
/** The raw client expiration JSON string. */