mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Hide password... Oups
This commit is contained in:
parent
2d860eaa2a
commit
76f4c81d2d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ fun SearchView.withoutLeftMargin() {
|
|||
}
|
||||
|
||||
fun EditText.hidePassword() {
|
||||
inputType = InputType.TYPE_CLASS_TEXT or InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD
|
||||
inputType = InputType.TYPE_CLASS_TEXT or InputType.TYPE_TEXT_VARIATION_PASSWORD
|
||||
}
|
||||
|
||||
fun View.getMeasurements(): Pair<Int, Int> {
|
||||
|
|
Loading…
Reference in a new issue