Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

java.lang.IllegalArgumentException: History may not be empty #200

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions