Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 9bfd540

Browse files
committed
Revert.
1 parent 795c64c commit 9bfd540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public void sendToNotificationCentreWithPicture(Bundle bundle, Bitmap largeIconB
446446
if (vibration == 0)
447447
vibration = DEFAULT_VIBRATION;
448448

449-
vibratePattern = new long[]{vibration};
449+
vibratePattern = new long[]{0, vibration};
450450

451451
notification.setVibrate(vibratePattern);
452452
}

0 commit comments

Comments
 (0)