I'm getting a crash inside MonthFragment when I rotate the screen. I see the fragment is recreated and tries to access monthData which is now null. I see you've already fixed this issue as the current version of the code checks monthData != null. Could you please publish a new version with this fix?
I'm getting a crash inside MonthFragment when I rotate the screen. I see the fragment is recreated and tries to access monthData which is now null. I see you've already fixed this issue as the current version of the code checks monthData != null. Could you please publish a new version with this fix?