Merge "Revert "Fix clicking MainSwitchPreference, there will be two touch sounds"" into main
This commit is contained in:
@@ -123,7 +123,8 @@ public class MainSwitchBar extends LinearLayout implements CompoundButton.OnChec
|
||||
|
||||
@Override
|
||||
public boolean performClick() {
|
||||
return mSwitch.performClick();
|
||||
mSwitch.performClick();
|
||||
return super.performClick();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user