mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-06 11:20:25 -05:00
fix: custom keyphrase (#937)
This commit is contained in:
committed by
GitHub
parent
90260016f0
commit
72034615e5
+1
-2
@@ -52,9 +52,8 @@ fun CreateCustomKeyphrase(saveKeyphrase: () -> Unit, dismissDialog: () -> Unit)
|
||||
|
||||
coroutineScope.launch {
|
||||
context.setBackupKey(keyphrase)
|
||||
saveKeyphrase.invoke()
|
||||
}
|
||||
|
||||
saveKeyphrase.invoke()
|
||||
}) {
|
||||
Text(stringResource(id = R.string.yes))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user