mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #393 from meshtastic/refactor-protos
remove is_router
This commit is contained in:
commit
fdc43dd712
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ class UIViewModel @Inject constructor(
|
|||
radioConfig.value?.preferences?.let {
|
||||
if (it.positionBroadcastSecs > 0) return it.positionBroadcastSecs
|
||||
// These default values are borrowed from the device code.
|
||||
if (it.isRouter) return 60 * 60
|
||||
return 15 * 60
|
||||
}
|
||||
return null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue