Merge "Stop controller from steal preference clicks" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9f6351b596
@@ -62,7 +62,7 @@ public class ConversationPromotePreferenceController extends NotificationPrefere
|
||||
|
||||
@Override
|
||||
public boolean handlePreferenceTreeClick(Preference preference) {
|
||||
if (mChannel == null) {
|
||||
if (mChannel == null || !KEY.equals(preference.getKey())) {
|
||||
return false;
|
||||
}
|
||||
mChannel.setDemoted(false);
|
||||
|
Reference in New Issue
Block a user