mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: update devices list from repositories
This commit is contained in:
parent
2d0d7b3986
commit
804d4f0e27
5 changed files with 31 additions and 35 deletions
|
|
@ -712,8 +712,6 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
override fun onResume() {
|
||||
super.onResume()
|
||||
|
||||
scanModel.setupScan()
|
||||
|
||||
// system permissions might have changed while we were away
|
||||
binding.provideLocationCheckbox.isChecked = requireContext().hasBackgroundPermission() && (model.provideLocation.value ?: false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue