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