We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac30b43 + 5cf0d8a commit 1e59594Copy full SHA for 1e59594
src/main/java/cn/jpush/api/push/model/notification/AndroidNotification.java
@@ -24,7 +24,7 @@ public class AndroidNotification extends PlatformNotification {
24
// 0 ~ 4
25
private int style = 0;
26
// -1 ~ 7
27
- private int alert_type = -1;
+ private int alert_type;
28
private String big_text;
29
private Object inbox;
30
private String big_pic_path;
@@ -123,7 +123,7 @@ public static class Builder extends PlatformNotification.Builder<AndroidNotifica
123
private String title;
124
private int builderId;
125
126
- private int alert_type;
+ private int alert_type = -1;
127
128
129
0 commit comments