mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
fix closing tap request dialog
This commit is contained in:
parent
5d74e53ad6
commit
dc9fb445c9
@ -62,11 +62,9 @@ class DialogManager(messenger: BinaryMessenger, private val coroutineScope: Coro
|
||||
)
|
||||
}
|
||||
|
||||
fun closeDialog() {
|
||||
coroutineScope.launch {
|
||||
suspend fun closeDialog() {
|
||||
channel.invoke("close", NULL)
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun dialogClosed(): String {
|
||||
onCancelled?.let {
|
||||
|
Loading…
Reference in New Issue
Block a user