IllegalStateException

  • Replies:1
Chandramouli
  • Forum posts: 1

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.

Reply
Kabir Menk
  • Forum posts: 6

Jul 14, 2016, 5:25:41 PM via Website

Show your Codes

Reply