Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ AmazWare Public archive

Commit

Permalink
Auto cancel error after selecting device
Browse files Browse the repository at this point in the history
  • Loading branch information
Keddnyo committed Mar 8, 2022
1 parent b493487 commit 4228a37
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ class ExtrasDialog : AppCompatActivity() {
) {
val selectedItem = deviceSpinner.selectedItem.toString()

productionSource.error = null
deviceSource.error = null
appVersion.error = null


for (i in 1..1000) {
if (json.has(i.toString())) { // Existing indexes
val nameResult = json.getJSONObject(i.toString()).getString("name")
Expand Down

0 comments on commit 4228a37

Please sign in to comment.