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

Avoid isVisible check, fixes DROID-1209 #6510

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

Rawa
Copy link
Contributor

@Rawa Rawa commented Jul 26, 2024

Sometimes, isVisible will return true, this will cause the bottom sheet to never be fully removed and the user stuck with an invisible overlay until they press back.


This change is Reviewable

@Rawa Rawa added the Android Issues related to Android label Jul 26, 2024
@Rawa Rawa self-assigned this Jul 26, 2024
@Rawa Rawa force-pushed the bottom-sheet-always-hide branch from 47f9d12 to 157a160 Compare July 26, 2024 07:46
@Rawa Rawa requested a review from Pururun July 26, 2024 07:47
Copy link
Contributor

@Pururun Pururun left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@Rawa Rawa force-pushed the bottom-sheet-always-hide branch from 157a160 to 93adda6 Compare July 26, 2024 07:57
@Rawa
Copy link
Contributor Author

Rawa commented Jul 26, 2024

Fixes: DROID-1209

@Rawa Rawa changed the title Avoid isVisible check Avoid isVisible check, fixes DROID-1209 Jul 26, 2024
Copy link

linear bot commented Jul 26, 2024

@Rawa Rawa force-pushed the bottom-sheet-always-hide branch from 93adda6 to 850ee7a Compare July 26, 2024 07:59
@Rawa Rawa merged commit af377c3 into main Jul 26, 2024
24 checks passed
@Rawa Rawa deleted the bottom-sheet-always-hide branch July 26, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Issues related to Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants