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

Commit 4d725912 authored by Tom Hsu's avatar Tom Hsu Committed by Automerger Merge Worker
Browse files

Merge "[Panlingual] Improve conditions of supporting app locale." into...

Merge "[Panlingual] Improve conditions of supporting app locale." into tm-qpr-dev am: 12377854 am: 7ddbff8e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19674442



Change-Id: I43c9870d10b567590d7d18968e36989584d76458
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a4c1b781 7ddbff8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -100,8 +100,8 @@ public class AppLocaleUtil {
     */
    public static boolean isAppLocaleSupported(Context context, String packageName) {
        LocaleList localeList = getPackageLocales(context, packageName);
        if (localeList != null && localeList.size() > 0) {
            return true;
        if (localeList != null) {
            return localeList.size() > 0;
        }

        if (FeatureFlagUtils.isEnabled(