deano2390 / MaterialShowcaseView

A Material Design themed ShowcaseView for Android
Apache License 2.0
2.71k stars 526 forks source link

Only the original thread that created a view hierarchy can touch its views. #168

Open A685329 opened 5 years ago

A685329 commented 5 years ago

Hi Team,

I am using this library for my application. When I launched my app on the playstore, in the pre launch report it keep showing me an error/warning stating

"Issue: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. "

Is anybody aware/faced the similar issue?

xenione commented 1 year ago

make sure you call .MaterialShowCaseSequence.start() from the main thread