[Android/안드로이드] Can not perform this action after onSaveInstanceState 오류 해결 방법 commitAllowingStateLoss()
2020. 1. 28. 13:10ㆍAndroid/Error 대응
Fatal Exception: java.lang.IllegalStateException
Can not perform this action after onSaveInstanceState 오류 해결
원인 : activity에서 onSaveInstanceState 함수를 호출한 상태에서 commit 을 요청 했을 때 발생
해결 : commit() 대신 commitAllowingStateLoss() 사용