mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-05 04:45:14 +01:00
Fix RegV5 captcha WebView always rendering in dark theme.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user