Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d877fa33 authored by Lais Andrade's avatar Lais Andrade
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

#inclusivefixit

BUG=162536543

Change-Id: I8059d138ed476e89c7b796f0b1ad002692987a6f
parent 007cc402
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ public class SyncStatusInfo implements Parcelable {
                    totalStats.numSyncs - totalStats.numSourceLocal - totalStats.numSourcePoll
                            - totalStats.numSourceOther
                            - totalStats.numSourceUser;
            if (totalStats.numSourcePeriodic < 0) { // Sanity check.
            if (totalStats.numSourcePeriodic < 0) { // Consistency check.
                totalStats.numSourcePeriodic = 0;
            }
        } else {