From 24a2d86f41450bd606e509268f38a57c4f079b53 Mon Sep 17 00:00:00 2001 From: Fernando Maldonado Date: Mon, 19 Apr 2021 09:16:25 -0500 Subject: [PATCH] Fix status bar icon colors in webview activity (#4903) * Fixed status bar icon colors in webview activity * Changed theme to Theme.Base * Changed app theme to Theme.Base * Update themes.xml Co-authored-by: arkon --- app/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e4da666eac..18a67ba62d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,7 @@ android:largeHeap="true" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" - android:theme="@style/Theme.Tachiyomi.Light" + android:theme="@style/Theme.Base" android:networkSecurityConfig="@xml/network_security_config"> + android:theme="@style/Theme.Base" />