原文:java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState问题解决

我用的是fragment,在onStop但是没有onDestroy的情况下切换 replace fragment时报java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState错误,出现问题原因,在于我使用了FragmentTransaction.commit,解决办法:使用Fragm ...

2014-10-27 15:30 0 7887 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM