Add largeHeap=true
in the manifest since we are seeing more crashes (OOM) when handling sync response.
This commit is contained in:
parent
ffa49870a9
commit
ed01f32393
@ -1,3 +1,11 @@
|
|||||||
|
Changes in Element v1.5.13 (2022-12-19)
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Add `largeHeap=true` in the manifest since we are seeing more crashes (OOM) when handling sync response.
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.5.12 (2022-12-15)
|
Changes in Element v1.5.12 (2022-12-15)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
android:hasFragileUserData="true"
|
android:hasFragileUserData="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
android:largeHeap="true"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
|
Loading…
Reference in New Issue
Block a user