- Ua adapter needs to be updated when returning from accounts.
This commit is contained in:
@ -1125,6 +1125,7 @@ class MainActivity : AppCompatActivity() {
|
||||
when (requestCode) {
|
||||
|
||||
ACCOUNTS_CODE -> {
|
||||
uaAdapter.notifyDataSetChanged()
|
||||
val aor = data!!.getStringExtra("aor")!!
|
||||
spinToAor(aor)
|
||||
if (aorSpinner.selectedItemPosition != -1)
|
||||
|
||||
Reference in New Issue
Block a user