mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-26 15:10:10 +03:00
Fix issue #1169 - Fix crash when media are too heavy
This commit is contained in:
parent
42b4793b14
commit
6a238d970f
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@
|
|||
android:configChanges="keyboardHidden|orientation|screenSize" />
|
||||
<activity
|
||||
android:name=".mastodon.activities.MediaActivity"
|
||||
android:hardwareAccelerated="false"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:theme="@style/Transparent" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue