240 发简信
IP属地:四川
  • DialogFragment调用show()出现异常: IllegalStateException: Can not perform this action after onSaveInstanceState

    这样会出错,因为onSaveInstanceState方法是在该Activity即将被销毁前调用,来保存Activity数据的,如果在...

  • java.lang.IllegalStateException: Fragment already added

    DialogFragment 在调用show方法时出现异常:java.lang.IllegalStateException: Fragment ...