Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash/timing issues when the Activity is recreated #73

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

jayohms
Copy link
Contributor

@jayohms jayohms commented Nov 27, 2024

Follow up to: #72

Additionally, this allows an app to listen for when navigators are ready for navigation after the Activity is (re)created.

class MainActivity : HotwireActivity() {
    override  fun onNavigatorReady(navigator: Navigator) {
        // custom code for navigation
    }
}

@jayohms jayohms merged commit 71f8cdc into main Nov 27, 2024
1 check passed
@jayohms jayohms deleted the navigator-ready-fixes branch November 27, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant