ollm commented on issue #1967:
URL: 
https://github.com/apache/cordova-android/issues/1967#issuecomment-4912957862

   The hook would only change the status bar icons from black to white, causing 
the issue to appear with the light theme instead.
   
   Internally, when the app starts, I already set the status bar icons based on 
the theme selected by the user (light/dark). The problem is that the built-in 
status bar implementation applies its own change a few seconds later, 
overriding what I already set.
   
   I've attached a new video showing the hook applied and the issue occurring 
with the light theme now.
   
   
https://github.com/user-attachments/assets/39ae4fb4-ac27-47fa-a64e-6e037bcf3269


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to