🐛 Fix IllegalAccessError in FragmentationMagician
- Replaced direct access to private fields
mStateSaved
andmStopped
- 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