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

Commit 0638367

Browse files
author
Boris Tacyniak
authored
Update RNPushNotificationHelper.java
1 parent b89eb22 commit 0638367

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

Lines changed: 1 addition & 1 deletion
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[]{0, vibration};
449+
vibratePattern = new long[]{vibration};
450450

451451
notification.setVibrate(vibratePattern);
452452
}

0 commit comments

Comments
 (0)