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

[Catalog][Predictive Back][Navigation Drawer] Update navigation drawer state handling to be more accurate in demo #3596

Closed
wants to merge 3 commits into from

Conversation

manabu-nakamura
Copy link
Contributor

#3593
This is for only CustomNavigationDrawerDemoActivity.

if (drawerOnBackAnimationCallback == null) {
drawerOnBackAnimationCallback = createOnBackAnimationCallback();
}
drawerLayout.post(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manabu-nakamura btw removing this post breaks the predictive back behavior in the normal flow - i.e. when a drawer is opened regularly without rotating the screen.

Copy link
Contributor Author

@manabu-nakamura manabu-nakamura Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Does it break the predictive back behavior in the normal flow? There is no problem with Android Emulator 32.1.15 (Google APIs Intel x86_64 Atom System Image, API Level 34, Revision 8).

@dsn5ft dsn5ft closed this in 1252d4f Oct 2, 2023
@manabu-nakamura manabu-nakamura deleted the navigationdrawer branch October 3, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants