back to making maps work?

This commit is contained in:
geeksville 2020-03-30 10:26:16 -07:00
parent 40853723ab
commit d9ef6815ec
5 changed files with 26 additions and 4 deletions

View file

@ -185,6 +185,7 @@ class MainActivity : AppCompatActivity(), Logging,
val prefs = UIState.getPreferences(this)
UIState.ownerName = prefs.getString("owner", "")!!
UIState.meshService = null
UIState.savedInstanceState = savedInstanceState
// Ensures Bluetooth is available on the device and it is enabled. If not,
// displays a dialog requesting user permission to enable Bluetooth.