Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@v-shahzadahmad v-shahzadahmad released this 18 Feb 10:28
· 3 commits to main since this release

🐛 Fix IllegalAccessError in FragmentationMagician

  • Replaced direct access to private fields mStateSaved and mStopped
  • Used reflection to safely get and set field values
  • Prevented crashes by handling exceptions and logging errors
  • Ensured compatibility with newer AndroidX versions

Fixes: java.lang.IllegalAccessError in FragmentationMagician