mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix missing import
This commit is contained in:
parent
1ba8e4e1f6
commit
822e771a96
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ import com.geeksville.mesh.R
|
|||
import com.geeksville.mesh.model.Channel
|
||||
import com.geeksville.mesh.model.ChannelOption
|
||||
import com.geeksville.mesh.model.UIViewModel
|
||||
import com.geeksville.mesh.model.toHumanRes
|
||||
import com.geeksville.mesh.service.MeshService
|
||||
import com.geeksville.util.Exceptions
|
||||
import com.google.android.material.dialog.MaterialAlertDialogBuilder
|
||||
|
|
@ -167,7 +166,8 @@ class ChannelFragment : ScreenFragment("Channel"), Logging {
|
|||
newSettings.psk = ByteString.copyFrom(Channel.channelDefaultKey)
|
||||
}
|
||||
|
||||
val selectedChannelOptionString = filled_exposed_dropdown.editableText.toString()
|
||||
val selectedChannelOptionString =
|
||||
filled_exposed_dropdown.editableText.toString()
|
||||
newSettings.modemConfig = getModemConfig(selectedChannelOptionString)
|
||||
// Try to change the radio, if it fails, tell the user why and throw away their redits
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue