Skip to content

Commit

Permalink
add failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Jan 16, 2017
1 parent b65d8f6 commit 86ba63a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public void setStateChanger(StateChanger stateChanger, @StateChangerRegisterMode
stack = initialParameters;
enqueueStateChange(newHistory, StateChange.Direction.REPLACE, true);
}
} else {
beginStateChangeIfPossible();
}
} else {
beginStateChangeIfPossible();
Expand Down

0 comments on commit 86ba63a

Please sign in to comment.