1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

feat(mobile): enable Impeller rendering engine on Android (#11831)

This commit is contained in:
Alex 2024-08-15 14:12:56 -05:00 committed by GitHub
parent e51b581f6e
commit 00023e387f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
<application android:label="Immich" android:name=".ImmichApp" android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"
android:largeHeap="true">
android:largeHeap="true" android:enableOnBackInvokedCallback="true">
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
@ -35,7 +35,7 @@
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
android:value="true" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
@ -84,10 +84,6 @@
</application>
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
@ -98,4 +94,4 @@
<data android:scheme="geo" />
</intent>
</queries>
</manifest>
</manifest>