forked from vergnet/application-amicale
fix: move back text in comment
This commit is contained in:
parent
67b5a5fb4f
commit
76f13f04d5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<!-- Change the value to true to enable pop-up for in foreground on receiving remote notifications (for prevent duplicating while showing local notifications set this to false) -->
|
<!-- Change the value to true to enable pop-up for in foreground on receiving remote notifications (for prevent duplicating while showing local notifications set this to false) -->
|
||||||
<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground"
|
<meta-data android:name="com.dieam.reactnativepushnotification.notification_foreground"
|
||||||
android:value="false"/>
|
android:value="false"/>
|
||||||
Change the resource name to your App's accent color - or any other color you want
|
<!-- Change the resource name to your App's accent color - or any other color you want -->
|
||||||
<meta-data android:name="com.dieam.reactnativepushnotification.notification_color"
|
<meta-data android:name="com.dieam.reactnativepushnotification.notification_color"
|
||||||
android:resource="@color/colorPrimary"/>
|
android:resource="@color/colorPrimary"/>
|
||||||
<receiver android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationActions" />
|
<receiver android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationActions" />
|
||||||
|
|
Loading…
Reference in a new issue