How to fix “Can not perform this action after onSaveInstanceState” on Android Fragments

Recent I’ve this bug on my project. This bug comes when app awake from sleep. I’ve spent a lot of time to fix it. And finally I got the solution. My project is Activity with Fragments. The error text is: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3113) Read more…