- Forum posts: 1
May 31, 2016, 2:51:24 PM via Website
May 31, 2016 2:51:24 PM via Website
In my Application inside AsyncTask saving the data into DB, on postExcution calling the Fragment transaction to load the other fragment.
when app going to background, My app getting crash with below exception.
Fatal Exception: java.lang.IllegalStateException
Can not perform this action after onSaveInstanceState
can any one give me solution to handle this exception.