Merge change 10329
* changes: Removed usage of tabs for indention
This commit is contained in:
@@ -460,9 +460,9 @@ public class Notification implements Parcelable
|
||||
sb.append(this.vibrate[i]);
|
||||
sb.append(',');
|
||||
}
|
||||
if (N != -1) {
|
||||
sb.append(this.vibrate[N]);
|
||||
}
|
||||
if (N != -1) {
|
||||
sb.append(this.vibrate[N]);
|
||||
}
|
||||
sb.append("]");
|
||||
} else if ((this.defaults & DEFAULT_VIBRATE) != 0) {
|
||||
sb.append("default");
|
||||
|
||||
Reference in New Issue
Block a user