Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Master
Description
For some reason, this shows an error saying that it must be run on the UI thread
webViewClient.onReceivedError(me.appView, -6, "The connection to the server was unsuccessful.", url);
This leads to ugly code which has us run something on the UI thread, then spawn another thread, and on that thread, run another runnable on the first thread. I think that this will break, and this needs to be refactored. However, it's currently not breaking any functionality.