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

Commit b2372475 authored by danielwbhuang's avatar danielwbhuang Committed by Daniel Huang
Browse files

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

Fix the logic of checking mPreferenceKey

Bug: 223090378
Test: local
Change-Id: Iea9874463d1786fce2307f3db295ac2bdff27ac3
parent 1628c8af
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;
        }