Fixed that EnterTanDialog's title hasn't been set
This commit is contained in:
parent
50ccc547ad
commit
282ca95e83
|
@ -33,7 +33,7 @@ open class RouterJavaFx : IRouter {
|
|||
EnterTanDialog(account, tanChallenge, presenter) {
|
||||
enteredTan.set(it)
|
||||
tanEnteredLatch.countDown()
|
||||
}.show()
|
||||
}.show(messages["enter.tan.dialog.title"])
|
||||
}
|
||||
|
||||
try { tanEnteredLatch.await() } catch (ignored: Exception) { }
|
||||
|
|
Loading…
Reference in New Issue