mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
enabling the personalize step for the unit tests preemptively for the feature to be enabled
This commit is contained in:
parent
fe206fe130
commit
3d20d46eb3
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ class FakeVectorFeatures : VectorFeatures {
|
|||
override fun isOnboardingAlreadyHaveAccountSplashEnabled() = true
|
||||
override fun isOnboardingSplashCarouselEnabled() = true
|
||||
override fun isOnboardingUseCaseEnabled() = true
|
||||
override fun isOnboardingPersonalizeEnabled() = false
|
||||
override fun isOnboardingPersonalizeEnabled() = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue