mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
back to making maps work?
This commit is contained in:
parent
40853723ab
commit
d9ef6815ec
5 changed files with 26 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue