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) {
|
EnterTanDialog(account, tanChallenge, presenter) {
|
||||||
enteredTan.set(it)
|
enteredTan.set(it)
|
||||||
tanEnteredLatch.countDown()
|
tanEnteredLatch.countDown()
|
||||||
}.show()
|
}.show(messages["enter.tan.dialog.title"])
|
||||||
}
|
}
|
||||||
|
|
||||||
try { tanEnteredLatch.await() } catch (ignored: Exception) { }
|
try { tanEnteredLatch.await() } catch (ignored: Exception) { }
|
||||||
|
|
Loading…
Reference in New Issue