From db921ab108ff3b0c7329f39756f1882cbe21f0d4 Mon Sep 17 00:00:00 2001 From: Jorge Martin Espinosa Date: Wed, 3 Sep 2025 11:06:46 +0200 Subject: [PATCH] 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 --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 34a8fe31f5..26e8c7dc23 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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"