mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 13:15:47 +03:00
Try with a bigger heap to avoid OOM crashes
This commit is contained in:
parent
03ecb2fe13
commit
abab778e2e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:hardwareAccelerated="true"
|
||||
android:largeHeap="true"
|
||||
android:theme="@style/Theme.Tachiyomi" >
|
||||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
|
|
Loading…
Reference in a new issue