We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf7824 commit a4a3090Copy full SHA for a4a3090
core/java/android/app/Notification.java
@@ -460,9 +460,9 @@ public String toString() {
460
sb.append(this.vibrate[i]);
461
sb.append(',');
462
}
463
- if (N != -1) {
464
- sb.append(this.vibrate[N]);
465
- }
+ if (N != -1) {
+ sb.append(this.vibrate[N]);
+ }
466
sb.append("]");
467
} else if ((this.defaults & DEFAULT_VIBRATE) != 0) {
468
sb.append("default");
0 commit comments