IllegalStateException - Fragment support library

前端 未结 3 936
情话喂你
情话喂你 2020-12-11 00:35

I have a serious problem with my App continously crashing on some users devices with the following exception in an Activity onStart method:

Caused by: java.l         


        
3条回答
  •  感动是毒
    2020-12-11 01:28

    I solved this using this workaround, namely put the code into a methods onPostResume() function in the Activity

提交回复
热议问题