Merge pull request #1355 from pranjal-jain/fix-alert-once
[Android] [Notifications] Fix setOnlyAlertOnce
This commit is contained in:
commit
e6945cb35a
@ -192,7 +192,7 @@ public class DisplayNotificationTask extends AsyncTask<Void, Void, Void> {
|
||||
nb = nb.setOngoing(android.getBoolean("ongoing"));
|
||||
}
|
||||
if (android.containsKey("onlyAlertOnce")) {
|
||||
nb = nb.setOngoing(android.getBoolean("onlyAlertOnce"));
|
||||
nb = nb.setOnlyAlertOnce(android.getBoolean("onlyAlertOnce"));
|
||||
}
|
||||
if (android.containsKey("people")) {
|
||||
List<String> people = android.getStringArrayList("people");
|
||||
|
Loading…
x
Reference in New Issue
Block a user