mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 13:12:48 -04:00
refactor: remove provideLocationCheckbox gps_enabled requirement
This commit is contained in:
@@ -170,7 +170,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
||||
if (connected == MeshService.ConnectionState.DISCONNECTED)
|
||||
model.setOwner("")
|
||||
|
||||
if (requireContext().hasGps() && model.config.position.gpsEnabled) {
|
||||
if (requireContext().hasGps()) {
|
||||
binding.provideLocationCheckbox.isEnabled = true
|
||||
} else {
|
||||
binding.provideLocationCheckbox.isChecked = false
|
||||
|
||||
Reference in New Issue
Block a user