Commit dc814643 by Sebastián Katzer

Add missing ongoing flag

parent 638db3e3
......@@ -126,7 +126,8 @@ public class Receiver extends BroadcastReceiver {
.setSmallIcon(options.getSmallIcon())
.setLargeIcon(icon)
.setSound(options.getSound())
.setAutoCancel(options.getAutoCancel());
.setAutoCancel(options.getAutoCancel())
.setOngoing(options.getOngoing());
setClickEvent(notification);
......
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