android · android/CalledFromWrongThreadException
CalledFromWrongThreadException
CalledFromWrongThreadException
Thrown when a View method is called from a thread other than the thread that created the View hierarchy (the main/UI thread). Post UI updates to the main thread via View.post(), Activity.runOnUiThread(), or withContext(Dispatchers.Main) in a coroutine.