mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
wait to show location missing toast until after we hear back from android
This commit is contained in:
parent
7efaf56f4f
commit
c5fc6bc319
2 changed files with 28 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue