cmartin81 commented on issue #274: URL: https://github.com/apache/cordova-plugin-statusbar/issues/274#issuecomment-2426543424
@mannisc and @ksch10bob I did managed to fix it temporarily. I added the following inside the config.xml file: ``` <config-file parent="/resources/style" target="app/src/main/res/values/themes.xml"> <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item> </config-file> ``` -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org