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][BottomSheet] mismatch between bottom sheet state and display #3577

Closed
manabu-nakamura opened this issue Sep 14, 2023 · 0 comments
Closed
Assignees
Labels

Comments

@manabu-nakamura
Copy link
Contributor

Description: The expanded bottom sheet is still expanded after restarting the activity (e.g. after rotating the device). But, the display is STATE_COLLAPSED.
(before restarting activity)
Screenshot_20230914_153718
(after restarting activity )
Screenshot_20230914_153728

Expected behavior: The expanded bottom sheet is collapsed or the display is STATE_EXPANDED after restarting the activity (e.g. after rotating the device).

Minimal sample app repro: Catalog app

Android API version: 34

Material Library version: 1.11.0-alpha02

Device: Emulator 32.1.15 (API 34)

@dsn5ft dsn5ft self-assigned this Sep 14, 2023
@dsn5ft dsn5ft closed this as completed in f9102c7 Sep 19, 2023
afohrman pushed a commit that referenced this issue Sep 21, 2023
…ndling to be more accurate in demos

Fixes inaccurate state label text and back callback enabled flag after rotation

Resolves #3573
Resolves #3575
Resolves #3577

Resolves #3574
Resolves #3576
Resolves #3578

PiperOrigin-RevId: 566286622
(cherry picked from commit f9102c7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants