Skip to content

RouterExtensions canGoBackToPreviousPage should return a boolean and not be void #415

@corne-de-bruin

Description

@corne-de-bruin

The function canGoBackToPreviousPage in RouterExtensions is currently implemented as a void:
public canGoBackToPreviousPage() {
this.frame.canGoBack();
}

I thinks it should return the value from this.frame.canGoBack();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions