Passphrase does not match (Export room keys) (Fixes #644)
This commit is contained in:
parent
7272343e6d
commit
361427488f
@ -11,7 +11,7 @@ Other changes:
|
|||||||
-
|
-
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
-
|
- Passphrase does not match (Export room keys) (#644)
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
|
@ -48,7 +48,7 @@ class ExportKeysDialog {
|
|||||||
exportButton.isEnabled = false
|
exportButton.isEnabled = false
|
||||||
passPhrase2Til.error = null
|
passPhrase2Til.error = null
|
||||||
}
|
}
|
||||||
passPhrase1EditText.text == passPhrase2EditText.text -> {
|
passPhrase1EditText.text.toString() == passPhrase2EditText.text.toString() -> {
|
||||||
exportButton.isEnabled = true
|
exportButton.isEnabled = true
|
||||||
passPhrase2Til.error = null
|
passPhrase2Til.error = null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user