mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: import config missing data
This commit is contained in:
parent
7a01c4b228
commit
d71a9171ec
3 changed files with 4 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ fun <T> PacketResponseStateDialog(
|
|||
if (state.total == state.completed) onComplete()
|
||||
}
|
||||
if (state is ResponseState.Success) {
|
||||
Text("Delivery confirmed.")
|
||||
Text("Delivery confirmed")
|
||||
}
|
||||
if (state is ResponseState.Error) {
|
||||
Text(text = "Error\n", textAlign = TextAlign.Center)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue