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

Commit a027a2e9 authored by Daniel Huang's avatar Daniel Huang Committed by Android (Google) Code Review
Browse files

Merge "[Panlingual][patch] Settings UI revamp - Navigation handling"

parents 6393a30e b2372475
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class AppLocalePreferenceController extends AppInfoPreferenceControllerBa

    @Override
    public boolean handlePreferenceTreeClick(Preference preference) {
        if (TextUtils.equals(preference.getKey(), mPreferenceKey)) {
        if (!TextUtils.equals(preference.getKey(), mPreferenceKey)) {
            return false;
        }