hmkcode / Android

Android related examples
3.51k stars 3.41k forks source link

runOnUIThread throwing error and crashing app #144

Open beturaja opened 8 months ago

beturaja commented 8 months ago

I am trying to creat an app, and I inserted runOnUIThread() thinking that it would resolve the error: Accessibility content change on non-UI thread.

How come? My app is even crashing. Please help me.