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