You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,9 +263,8 @@ public void check(Notification notification) {
258
263
if (this.style != null) {
259
264
booleanisTrue = this.style == 0 ||
260
265
this.style == 1 ||
261
-
this.style == 2 ||
262
266
this.style == 3;
263
-
ValidatorUtils.checkArgument(isTrue, "style should be one of 0:default, 1: big text, 2: big picture");
267
+
ValidatorUtils.checkArgument(isTrue, "style should be one of 0:default, 1: big text, 3: Inbox");
264
268
265
269
if (this.style == 1) {
266
270
ValidatorUtils.checkArgument(StringUtils.isNotEmpty(this.bigTitle) && StringUtils.isNotEmpty(this.bigBody), "title and body are required when style = 1");
@@ -325,6 +329,10 @@ public void check(Notification notification) {
0 commit comments