-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Generated By Dashwave AI] Fix status bar color mismatch in landscape mode #39
base: main
Are you sure you want to change the base?
Conversation
@dashwave /feedback please add comments to the changes you have explaining why |
1 similar comment
@dashwave /feedback please add comments to the changes you have explaining why |
@dashwave /feedback please add comments to the changes you have explaining why |
@dashwave /feedback please add comments to the changes you have explaining why |
Added translucent={true} to StatusBar component and removed orientation check to ensure status bar color matches in both portrait and landscape modes. The translucent prop allows the status bar to be semi-transparent and blend with the app's content in both orientations. |
|
@dashwave /feedback did i ask you to do that? i asked you to add comments |
Removed orientation check and added translucent={true} to ensure status bar is visible and properly colored in both portrait and landscape orientations. The orientation check was causing the status bar to disappear in landscape mode. |
|
@dashwave /feedback good job |
|
This PR addresses the issue where the status bar color does not match the expected theme when the device is in landscape orientation. The problem was identified as a missing configuration for landscape mode, which has now been corrected to ensure consistent UI appearance across all orientations.