Do not use underscore in variable name
This commit is contained in:
@ -1701,9 +1701,9 @@ class MainActivity : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun spinToAor(aor: String) {
|
private fun spinToAor(aor: String) {
|
||||||
for (account_index in BaresipService.uas.indices)
|
for (accountIndex in BaresipService.uas.indices)
|
||||||
if (BaresipService.uas[account_index].account.aor == aor) {
|
if (BaresipService.uas[accountIndex].account.aor == aor) {
|
||||||
aorSpinner.setSelection(account_index)
|
aorSpinner.setSelection(accountIndex)
|
||||||
aorSpinner.tag = aor
|
aorSpinner.tag = aor
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user