Fix RegV5 captcha WebView always rendering in dark theme.

This commit is contained in:
Greyson Parrelli
2026-07-07 17:56:30 +00:00
parent f5e48a3ff9
commit d8e77d8827
@@ -13,7 +13,7 @@
<activity
android:name=".RegistrationActivity"
android:exported="false"
android:theme="@android:style/Theme.Material.NoActionBar"
android:theme="@style/Theme.Material3.DayNight.NoActionBar"
android:windowSoftInputMode="adjustResize" />
</application>