Explorar el Código

Repeat config not playing sound after first trigger in android [fixes #1432]

Sebastián Katzer hace 8 años
padre
commit
71eecf724d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/android/notification/Builder.java

+ 1 - 1
src/android/notification/Builder.java

@@ -125,7 +125,7 @@ public final class Builder {
         builder = new NotificationCompat.Builder(context, Manager.CHANNEL_ID)
                 .setDefaults(options.getDefaults())
                 .setExtras(extras)
-                .setOnlyAlertOnce(true)
+                .setOnlyAlertOnce(false)
                 .setChannelId(options.getChannel())
                 .setContentTitle(options.getTitle())
                 .setContentText(options.getText())