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

Commit e9fe9372 authored by Manpreet's avatar Manpreet Committed by android-build-merger
Browse files

Merge "Null locale causing the VTS fail." am: 179f30a4

am: 95681916

Change-Id: Iab284dfc831a9079e339c8c23fba8f3e7e4ec04d
parents 36f0d9b9 95681916
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -147,6 +147,9 @@ public final class AccessibilityIterators {
        @Override
        public void onConfigurationChanged(Configuration globalConfig) {
            final Locale locale = globalConfig.getLocales().get(0);
            if (locale == null) {
                return;
            }
            if (!mLocale.equals(locale)) {
                mLocale = locale;
                onLocaleChanged(locale);