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

[Navigation Material] Mark transitionsInProgress complete in BottomSheetNavigator #1244

Merged
merged 2 commits into from Jul 13, 2022

Commits on Jul 13, 2022

  1. Mark transitionsInProgress complete in BottomSheetNavigator

    We should be marking markTransitionComplete on the
    transitionsInProgress, not the backStack.
    
    Fixes google#978
    Jeremy Woods committed Jul 13, 2022
    Copy the full SHA
    3f8a0ce View commit details
    Browse the repository at this point in the history
  2. Only get transitionsInProgress when attached

    Make sure that the Navigator is attached before attempting to get its
    state.
    Jeremy Woods committed Jul 13, 2022
    Copy the full SHA
    e32a4e2 View commit details
    Browse the repository at this point in the history