Fix: Password was not printable if not compromised.

This commit is contained in:
2020-07-13 19:19:54 +02:00
parent 3ffd0e063f
commit 83328f42ec

View File

@@ -235,6 +235,8 @@ class CreateActivity : AppCompatActivity() {
}) })
show() show()
} }
} else {
continueAfterCheck()
} }
} }
password_hide.setOnClickListener { password_hide.setOnClickListener {