mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix unmessageable toggle (#2282)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
7e6bf21e2d
commit
3fddf0fd06
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ fun UserConfigItemList(
|
|||
firmwareVersion < DeviceVersion("2.6.9") &&
|
||||
userInput.role.isUnmessageableRole()
|
||||
),
|
||||
enabled = userInput.hasIsUnmessagable(),
|
||||
enabled = userInput.hasIsUnmessagable() || firmwareVersion >= DeviceVersion("2.6.9"),
|
||||
onCheckedChange = { userInput = userInput.copy { isUnmessagable = it } }
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue