Improve: Dont show weird "FF FF FF" shit

This commit is contained in:
LooKeR 2021-11-14 00:01:19 +05:30
parent b5229a1272
commit f290508ee2

View File

@ -114,7 +114,6 @@ class EditRepositoryFragment() : ScreenFragment() {
val layout = Layout(editRepositoryBinding)
this.layout = layout
layout.fingerprint.hint = generateSequence { "FF" }.take(32).joinToString(separator = " ")
layout.fingerprint.addTextChangedListener(object : TextWatcher {
override fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int) =
Unit