fix: custom keyphrase (#937)

This commit is contained in:
Yogesh Choudhary Paliyal
2024-08-10 11:58:13 +05:30
committed by GitHub
parent 90260016f0
commit 72034615e5
@@ -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))
}