Stop alerting socket read failures

This commit is contained in:
Johannes Marbach 2022-06-14 14:13:37 +02:00
parent afcdf0b56f
commit d42fd395b0

View File

@ -472,7 +472,7 @@ class WidgetFragment @Inject constructor(
}
} catch (e: IOException) {
yield()
informInWebView("Failed to read from socket: $e")
// informInWebView("Failed to read from socket: $e")
break
}