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

Commit fc4c4a6b authored by Calvin Pan's avatar Calvin Pan Committed by Android (Google) Code Review
Browse files

Merge "Allow apps to handle gender configuration change"

parents fd4c8b02 dbc8cc22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1998,7 +1998,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
            changed |= ActivityInfo.CONFIG_FONT_WEIGHT_ADJUSTMENT;
        }

        if (!publicOnly && mGrammaticalGender != delta.mGrammaticalGender) {
        if (mGrammaticalGender != delta.mGrammaticalGender) {
            changed |= ActivityInfo.CONFIG_GRAMMATICAL_GENDER;
        }
        return changed;