Format file

This commit is contained in:
Benoit Marty 2022-06-30 14:19:20 +02:00
parent 52b07021a7
commit 2118eaea90
1 changed files with 2 additions and 2 deletions

View File

@ -415,9 +415,9 @@
<!-- UnifiedPush --> <!-- UnifiedPush -->
<receiver <receiver
android:exported="true" android:name=".core.pushers.VectorMessagingReceiver"
android:enabled="true" android:enabled="true"
android:name=".core.pushers.VectorMessagingReceiver"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="org.unifiedpush.android.connector.MESSAGE" /> <action android:name="org.unifiedpush.android.connector.MESSAGE" />
<action android:name="org.unifiedpush.android.connector.UNREGISTERED" /> <action android:name="org.unifiedpush.android.connector.UNREGISTERED" />