java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
在运行app的时候java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState,这个问题出现的现象是在app打开的时候有Dialog(也可以是其它)弹出,让activity执行了onSaveInstanceState
解决办法就是把commit()方法替换成 commitAllowingStateLoss()就行了,其效果是一样的。
【声明】
欢迎转载,但请保留文章原始出处