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

前端 未结 30 2054
迷失自我
迷失自我 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:59

    After researching a bit the solution to this problem is to do your fragment commits in the onresume.

    Source: https://wenchaojames.wordpress.com/2013/01/12/illegalstateexception-from-onactivityresult/

提交回复
热议问题