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 98cc918a3e
commit db921ab108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"