mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fix copy paste issue
This commit is contained in:
parent
2c444527bd
commit
57f42ed0f5
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ private fun <T : Enum<T>> enumPreferencesKey(type: KClass<T>) = stringPreference
|
|||
object DebugFeatureKeys {
|
||||
val onboardingAlreadyHaveAnAccount = booleanPreferencesKey("onboarding-already-have-an-account")
|
||||
val onboardingSplashCarousel = booleanPreferencesKey("onboarding-splash-carousel")
|
||||
val onboardingUseCase = booleanPreferencesKey("onboarding-splash-carousel")
|
||||
val onboardingUseCase = booleanPreferencesKey("onboarding-use-case")
|
||||
val onboardingPersonalize = booleanPreferencesKey("onboarding-personalize")
|
||||
val onboardingCombinedRegister = booleanPreferencesKey("onboarding-combined-register")
|
||||
val onboardingCombinedLogin = booleanPreferencesKey("onboarding-combined-login")
|
||||
|
|
Loading…
Reference in a new issue