From 0d3533269779b72b3e3f15e073fc8f729513d1b7 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 27 Jul 2022 01:04:40 +0200 Subject: [PATCH] fix(browser): Remove invalid proxy function (#230) --- src/browser/StatusBarProxy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/browser/StatusBarProxy.js b/src/browser/StatusBarProxy.js index 1ac1ac9..173d9d5 100644 --- a/src/browser/StatusBarProxy.js +++ b/src/browser/StatusBarProxy.js @@ -38,7 +38,6 @@ module.exports = { styleLightContent: notSupported, styleBlackOpaque: notSupported, overlaysWebView: notSupported, - styleLightContect: notSupported, backgroundColorByName: notSupported, backgroundColorByHexString: notSupported, hide: notSupported,