Merge "Update language to comply with Android's inclusive language guidance" am: 18e37909f3 am: 2009a6f05e am: fee9000990
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374877 Change-Id: I7849851e98e9d160315446b8c8039aa53faf6992
This commit is contained in:
@@ -1863,7 +1863,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
|
|||||||
*/
|
*/
|
||||||
public boolean isOtherSeqNewer(Configuration other) {
|
public boolean isOtherSeqNewer(Configuration other) {
|
||||||
if (other == null) {
|
if (other == null) {
|
||||||
// Sanity check.
|
// Validation check.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (other.seq == 0) {
|
if (other.seq == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user