From 94252e115714552585c9aae7f94e9f99c1e1eb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alves?= Date: Fri, 14 Nov 2025 01:14:28 +0000 Subject: [PATCH] fix: opaque navigation bar in edge to edge When in edge to edge, i.e. using `AndroidEdgeToEdge` preference as `true` and a `BackgroundColor` is provided, the navigation bar is opaque with a background color set. --- templates/project/res/values/cdv_themes.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/project/res/values/cdv_themes.xml b/templates/project/res/values/cdv_themes.xml index a59b589f6..7d4200c24 100644 --- a/templates/project/res/values/cdv_themes.xml +++ b/templates/project/res/values/cdv_themes.xml @@ -30,9 +30,6 @@ @style/Theme.Cordova.App.DayNight - - - true