nex3z / ToggleButtonGroup

A group of flowable toggle buttons, with multiple / single selection support and button customization.
Apache License 2.0
421 stars 48 forks source link

Fatal Exception: java.lang.IllegalStateException #57

Closed ytheekshana closed 4 years ago

ytheekshana commented 4 years ago

image

Any Suggestions? Happens only on android 9+

nex3z commented 4 years ago

Could you please provide code snippet around the exception?

The "fragment not attached to a context" message suggests the exception has something to do with the fragment manipulation, eg the fragment is not properly added to its holder. Similar issue can be found here.