mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: remove getString() from RadioConfigViewModel
This commit is contained in:
parent
b05768df98
commit
74497488a7
5 changed files with 90 additions and 42 deletions
|
|
@ -74,7 +74,7 @@ fun <T> PacketResponseStateDialog(
|
|||
}
|
||||
if (state is ResponseState.Error) {
|
||||
Text(text = stringResource(id = R.string.error), minLines = 2)
|
||||
Text(text = state.error)
|
||||
Text(text = state.error.asString())
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue