don't call error messages bugs

This commit is contained in:
geeksville
2020-04-05 18:00:59 -07:00
parent 66e033febc
commit cf940462c2

View File

@@ -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(