We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf8dda commit 02a631eCopy full SHA for 02a631e
1 file changed
crossPlatform/src/iosMain/kotlin/fr/berliat/hskwidget/ui/application/AppViewModel.ios.kt
@@ -19,6 +19,7 @@ actual class AppViewModel(navigationManager: NavigationManager) : CommonAppViewM
19
val gDrive = GoogleDriveBackup(
20
runBlocking { getString(Res.string.app_name) } )
21
HSKAppServices.registerGoogleBackup(gDrive)
22
- super.init()
+
23
+ super.finishInitialization()
24
}
25
0 commit comments