mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-23 16:22:52 -04:00
don't call error messages bugs
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user