We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f50fb0 + f39b550 commit 8d035e3Copy full SHA for 8d035e3
android/src/main/java/com/squareetlabs/capacitor/navigationbar/NavigationBarPlugin.java
@@ -125,9 +125,7 @@ public void setColor(PluginCall call) {
125
windowInsetsController.setAppearanceLightNavigationBars(darkButtons);
126
127
this.currentColor = Color.parseColor(color);
128
- if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R || !this.isTransparent) {
129
- window.setNavigationBarColor(this.currentColor);
130
- }
+ window.setNavigationBarColor(this.currentColor);
131
132
String newColor = String.format("#%08X", (this.currentColor));
133
newColor = newColor.replace("#FF", "#");
0 commit comments