Archived
version 13, 1.2.3: fixed a bug that would show new feature sheets to users even if they haven't used the app before
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "com.denizk0461.weserplaner"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = 12
|
||||
versionName = "1.2.2"
|
||||
versionCode = 13
|
||||
versionName = "1.2.3"
|
||||
|
||||
resourceConfigurations += arrayOf("en", "de")
|
||||
|
||||
|
||||
@@ -12,5 +12,7 @@ class IntroductionViewModel(application: Application) : AppViewModel(application
|
||||
*/
|
||||
fun completedIntroduction() {
|
||||
repo.setPreferenceFirstLaunch(false)
|
||||
repo.setPreferenceFeatureTimetables(true)
|
||||
repo.setPreferenceFeatureDate(true)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user