diff --git a/vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt b/vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt index 62997d907f..9385129280 100644 --- a/vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt +++ b/vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt @@ -110,8 +110,8 @@ private fun > enumPreferencesKey(type: KClass) = stringPreference object DebugFeatureKeys { val onboardingAlreadyHaveAnAccount = booleanPreferencesKey("onboarding-already-have-an-account") val onboardingSplashCarousel = booleanPreferencesKey("onboarding-splash-carousel") - val onboardingUseCase = booleanPreferencesKey("onbboarding-splash-carousel") - val onboardingPersonalize = booleanPreferencesKey("onbboarding-personalize") - val onboardingCombinedChooseServer = booleanPreferencesKey("onbboarding-combined-choose-server") + val onboardingUseCase = booleanPreferencesKey("onboarding-splash-carousel") + val onboardingPersonalize = booleanPreferencesKey("onboarding-personalize") + val onboardingCombinedChooseServer = booleanPreferencesKey("onboarding-combined-choose-server") val liveLocationSharing = booleanPreferencesKey("live-location-sharing") }