Compare commits
1 commit
0b80eb1262
...
1743e20fdc
Author | SHA1 | Date | |
---|---|---|---|
1743e20fdc |
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ class DownloadWizardDetailsFragment : DownloadWizardActivity.DownloadWizardStepF
|
||||||
private fun updateInputCompleteness() {
|
private fun updateInputCompleteness() {
|
||||||
validate()
|
validate()
|
||||||
val errors = arrayOf(
|
val errors = arrayOf(
|
||||||
smdp.editText!!.error,
|
smdp.error,
|
||||||
imei.editText!!.error,
|
imei.error,
|
||||||
)
|
)
|
||||||
inputComplete = errors.all { it == null }
|
inputComplete = errors.all { it == null }
|
||||||
refreshButtons()
|
refreshButtons()
|
||||||
|
|
Loading…
Add table
Reference in a new issue