- Ua adapter needs to be updated when returning from accounts.

This commit is contained in:
Juha Heinanen
2020-05-03 11:26:19 +03:00
parent 32edfacc01
commit acba399778

View File

@ -1125,6 +1125,7 @@ class MainActivity : AppCompatActivity() {
when (requestCode) {
ACCOUNTS_CODE -> {
uaAdapter.notifyDataSetChanged()
val aor = data!!.getStringExtra("aor")!!
spinToAor(aor)
if (aorSpinner.selectedItemPosition != -1)