You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This exception occurs when Flow.goBack() is called during a transition and History.size() == 1.
The code in Flow.goBack() should just return true if a transition is in progress otherwise the builder.pop call removes the last key and setHistory crashes with an IllegalArgumentException.