IllegalStateException: Can not perform this action after onSaveInstanceState
2014年11月13日 · 13 字 · 1 分钟
今天使用Fragment的时候,出现了这个错误 IllegalStateException: Can not perform this action after onSaveInstanceState。查看一下控制台,发现是FragmentManager的commit()方法报错的,看字面意思应该是