[Panlingual][patch] Settings UI revamp - Navigation handling
Fix the logic of checking mPreferenceKey Bug: 223090378 Test: local Change-Id: Iea9874463d1786fce2307f3db295ac2bdff27ac3
This commit is contained in:
committed by
Daniel Huang
parent
1628c8af0a
commit
b237247505
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user