wait to show location missing toast until after we hear back from android

This commit is contained in:
Kevin Hester 2021-06-23 11:56:29 -07:00
parent 7efaf56f4f
commit c5fc6bc319
2 changed files with 28 additions and 6 deletions

View file

@ -571,7 +571,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
when {
permissionsWarning != null ->
statusText.text = permissionsWarning
region == RadioConfigProtos.RegionCode.Unset ->
statusText.text = getString(R.string.must_set_region)