State loss #28
Labels
priority:low
This issue has a low priority
type:broken
Unwanted undefined behavior
type:needs-design
Uncharted territory
State loss can occur when a Scene transition occurs after the Activity has called
onSaveInstanceState
. If the Activity isn't restored after the transition occurred, the transition is lost and the application will be restored to the point it was inonSaveInstanceState
.Android's FragmentManager throws an exception if a transaction is executed after the state has been saved (
commit
) and allows you to ignore state loss (commitAllowingStateLoss
). Currently, Acorn ignores state loss.The text was updated successfully, but these errors were encountered: