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

Commit 73435cd3 authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix clicking MainSwitchPreference, there will be two touch sounds" into main

parents 099b03ab cffc4354
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -123,8 +123,7 @@ public class MainSwitchBar extends LinearLayout implements CompoundButton.OnChec

    @Override
    public boolean performClick() {
        mSwitch.performClick();
        return super.performClick();
        return mSwitch.performClick();
    }

    /**