arcadefire / nice-spinner

A nice spinner for Android
Apache License 2.0
2.85k stars 445 forks source link

I get an error when I use it in popupWindow #122

Closed ybzqh closed 5 years ago

ybzqh commented 5 years ago

hello The specific error log is shown below: android.view.WindowManager$BadTokenException: Unable to add window -- token android.view.ViewRootImpl$W@3b3e561c is not valid; is your activity running?

arcadefire commented 5 years ago

Can you give me more detailed instructions on how to reproduce it?

ybzqh commented 5 years ago

I tried to set a nice-spinner in a PopWindow that was already displayed, and then an error occurred when I clicked it again
图片 Thanked your reply

arcadefire commented 5 years ago

I don't think this is directly related to the spinner. I'm not planning to investigate this further, though. Feel free to open a PR if you discover the issue. :)