Skip to content

Commit

Permalink
fix(mobile): crash when navigate between large video files (#11002)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Jul 10, 2024
1 parent f43721e commit a58a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="app.alextran.immich"
xmlns:tools="http://schemas.android.com/tools">
<application android:label="Immich" android:name=".ImmichApp" android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true">
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true" android:largeHeap="true">

<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
Expand Down

0 comments on commit a58a2ee

Please sign in to comment.