Commit 71eecf72 by Sebastián Katzer

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

parent d5c0072c
......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment