X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Factivities%2FMainWebViewActivity.kt;h=e13e8567c5c7475805f66e9eec3260b2c8b38abf;hp=2d0fc04aa28d5e99130212cbafbfb1948f9eb647;hb=0019f066a3b42f018e8042089b81f0f89e43e91e;hpb=5dc78bb8db242a068ec38565ef2a9e635224487a diff --git a/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt b/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt index 2d0fc04a..e13e8567 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt +++ b/app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.kt @@ -3269,7 +3269,7 @@ class MainWebViewActivity : AppCompatActivity(), CreateBookmarkDialog.CreateBook ProxyHelper.TOR -> { // Set the app bar background to indicate proxying is enabled. - appBarLayout.setBackgroundResource(R.color.proxy_appbar_background) + appBarLayout.setBackgroundResource(R.color.blue_background) // Check to see if Orbot is installed. try { @@ -3320,7 +3320,7 @@ class MainWebViewActivity : AppCompatActivity(), CreateBookmarkDialog.CreateBook ProxyHelper.I2P -> { // Set the app bar background to indicate proxying is enabled. - appBarLayout.setBackgroundResource(R.color.proxy_appbar_background) + appBarLayout.setBackgroundResource(R.color.blue_background) // Check to see if I2P is installed. try { @@ -3355,7 +3355,7 @@ class MainWebViewActivity : AppCompatActivity(), CreateBookmarkDialog.CreateBook ProxyHelper.CUSTOM -> // Set the app bar background to indicate proxying is enabled. - appBarLayout.setBackgroundResource(R.color.proxy_appbar_background) + appBarLayout.setBackgroundResource(R.color.blue_background) } // Reload the WebViews if requested and not waiting for the proxy.