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(statusbar): fix info when notify listeners #2247

Merged
merged 7 commits into from
Nov 26, 2024

Conversation

andredestro
Copy link
Contributor

Force the visible parameter to be true since when the status bar object is created at application startup, the visible validation is always false.
Also, force the visible parameter to be true when the method show is called and false when the method hide is called.
This is necessary because the visible check does not return a correct value because the hide/show action has a delay due to animation.

Copy link

github-actions bot commented Nov 18, 2024

Released dev build of status-bar with dev version: 7.0.0-dev-2247-20241126T153810.0

@andredestro andredestro force-pushed the feat/RDMR-296/statusbar-android15 branch from f53361d to d623689 Compare November 18, 2024 10:52
@andredestro andredestro force-pushed the feat/RDMR-296/statusbar-android15 branch from d623689 to d3df6af Compare November 18, 2024 10:59
@andredestro andredestro merged commit af2317f into main Nov 26, 2024
9 checks passed
@andredestro andredestro deleted the feat/RDMR-296/statusbar-android15 branch November 26, 2024 15:40
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