getting exception “IllegalStateException: Can not perform this action after onSaveInstanceState”

前端 未结 30 2834
迷失自我
迷失自我 2020-11-22 05:12

I have a Live Android application, and from market i have received following stack trace and i have no idea why its happening as its not happening in application code but it

30条回答
  •  感动是毒
    2020-11-22 05:58

    What I found is that if another app is dialog type and allows touches to be sent to background app then almost any background app will crash with this error. I think we need to check every time a transaction is performed if the instance was saved or restored.

提交回复
热议问题