Skip to content

Commit db921ab

Browse files
authored
Enable largeHeap option (#5258)
This should help with some OOM issues we're seeing when both playing and transcoding video files in the attachment preview screen
1 parent 98cc918 commit db921ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
android:fullBackupContent="@xml/backup_rules"
2020
android:icon="@mipmap/ic_launcher"
2121
android:label="@string/app_name"
22+
android:largeHeap="true"
2223
android:localeConfig="@xml/locales_config"
2324
android:networkSecurityConfig="@xml/network_security_config"
2425
android:roundIcon="@mipmap/ic_launcher_round"

0 commit comments

Comments
 (0)