Merge "Update language to comply with Android's inclusive language guidance"
This commit is contained in:
@@ -1772,7 +1772,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