mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
Don't recreate WebxdcActivity when going to dark mode (#2601)
This fixes the problem that if the user sets the device to dark mode while a webxdc is open, it re-loads veeeeery slowly.
This commit is contained in:
parent
49ad325426
commit
6b2516f8be
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@
|
||||||
<activity android:name=".WebxdcActivity"
|
<activity android:name=".WebxdcActivity"
|
||||||
android:label=""
|
android:label=""
|
||||||
android:theme="@style/TextSecure.LightTheme"
|
android:theme="@style/TextSecure.LightTheme"
|
||||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize|uiMode"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue