Merge "Update language to comply with Android's inclusive language guidance"
This commit is contained in:
@@ -270,7 +270,7 @@ public class SyncStatusInfo implements Parcelable {
|
|||||||
totalStats.numSyncs - totalStats.numSourceLocal - totalStats.numSourcePoll
|
totalStats.numSyncs - totalStats.numSourceLocal - totalStats.numSourcePoll
|
||||||
- totalStats.numSourceOther
|
- totalStats.numSourceOther
|
||||||
- totalStats.numSourceUser;
|
- totalStats.numSourceUser;
|
||||||
if (totalStats.numSourcePeriodic < 0) { // Sanity check.
|
if (totalStats.numSourcePeriodic < 0) { // Consistency check.
|
||||||
totalStats.numSourcePeriodic = 0;
|
totalStats.numSourcePeriodic = 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user