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

Commit eb62f7f3 authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by Android (Google) Code Review
Browse files

Merge "Stop layout reset by setting empty locale list." into nyc-dev

parents 610bcf37 d403151f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2093,7 +2093,7 @@ public final class Settings {
         */
        public static void clearConfiguration(Configuration inoutConfig) {
            inoutConfig.fontScale = 0;
            if (!inoutConfig.userSetLocale) {
            if (!inoutConfig.userSetLocale && !inoutConfig.getLocales().isEmpty()) {
                inoutConfig.setLocales(LocaleList.getEmptyLocaleList());
            }
        }