mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Improve: Dont show weird "FF FF FF" shit
This commit is contained in:
parent
b5229a1272
commit
f290508ee2
@ -114,7 +114,6 @@ class EditRepositoryFragment() : ScreenFragment() {
|
|||||||
val layout = Layout(editRepositoryBinding)
|
val layout = Layout(editRepositoryBinding)
|
||||||
this.layout = layout
|
this.layout = layout
|
||||||
|
|
||||||
layout.fingerprint.hint = generateSequence { "FF" }.take(32).joinToString(separator = " ")
|
|
||||||
layout.fingerprint.addTextChangedListener(object : TextWatcher {
|
layout.fingerprint.addTextChangedListener(object : TextWatcher {
|
||||||
override fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int) =
|
override fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int) =
|
||||||
Unit
|
Unit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user