mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: revert to ChannelSet addSettings method without index
fixes throwing Non-fatal Exception: java.lang.IndexOutOfBoundsException: Index: N, Size: n
This commit is contained in:
parent
69c79c331f
commit
7eeb0b4d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class ChannelSetRepository @Inject constructor(
|
|||
preference.toBuilder().setSettings(channel.index, channel.settings).build()
|
||||
}
|
||||
} else {
|
||||
preference.toBuilder().addSettings(channel.index, channel.settings).build()
|
||||
preference.toBuilder().addSettings(channel.settings).build()
|
||||
}
|
||||
}
|
||||
return getAdminChannel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue