mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-28 18:09:30 +01: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
@ -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…
x
Reference in New Issue
Block a user