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
This commit is contained in:
Jorge Martin Espinosa 2025-09-03 11:06:46 +02:00 committed by GitHub
parent b3e7e7b2c3
commit fa918e3efa

View file

@ -19,6 +19,7 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:localeConfig="@xml/locales_config"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"