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

Commit fee90009 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Update language to comply with Android's inclusive language guidance" am: 18e37909 am: 2009a6f0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374877

Change-Id: Ib3c12e47deb8b856ae276d238c70f445107dbccf
parents 0cc93e30 2009a6f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1863,7 +1863,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) {