mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
don't call error messages bugs
This commit is contained in:
parent
66e033febc
commit
cf940462c2
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ fun BTScanScreen() {
|
|||
|
||||
Column {
|
||||
if (ScanUIState.errorText != null) {
|
||||
Text("An unexpected error was encountered. Please file a bug on our github: ${ScanUIState.errorText}")
|
||||
Text(text = ScanUIState.errorText!!)
|
||||
} else {
|
||||
if (ScanUIState.devices.isEmpty()) {
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue