mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
make MutableLiveData private
This commit is contained in:
parent
25a67ec4b3
commit
8bde3d2ba4
4 changed files with 92 additions and 77 deletions
|
|
@ -568,7 +568,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
binding.provideLocationCheckbox.visibility = if (isConnected) View.VISIBLE else View.GONE
|
||||
|
||||
if (connected == MeshService.ConnectionState.DISCONNECTED)
|
||||
model.ownerName.value = ""
|
||||
model.setOwner("")
|
||||
|
||||
// update the region selection from the device
|
||||
val region = model.region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue