forked from reya/coop-mobile
fix
This commit is contained in:
@@ -111,6 +111,7 @@ fun App(dbPath: String) {
|
||||
|
||||
ImportScreen(
|
||||
isLoading = isCreating,
|
||||
onBack = { navController.popBackStack() },
|
||||
onSave = { secret ->
|
||||
viewModel.importIdentity(secret)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user