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

Commit 18e37909 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Update language to comply with Android's inclusive language guidance"

parents df9c0ce0 e3f0cc2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1772,7 +1772,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
     */
    public boolean isOtherSeqNewer(Configuration other) {
        if (other == null) {
            // Sanity check.
            // Validation check.
            return false;
        }
        if (other.seq == 0) {