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

Commit 974d986b authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

Merge "Fix the clicking issue of restricted info icon"

parents 2e10f782 dfeb1f07
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -249,8 +249,6 @@ public class SwitchBar extends LinearLayout implements CompoundButton.OnCheckedC
            mSwitch.setEnabled(false);
            mSwitch.setVisibility(View.GONE);
            mRestrictedIcon.setVisibility(View.VISIBLE);
            mRestrictedIcon.setFocusable(false);
            mRestrictedIcon.setClickable(false);
        } else {
            mDisabledByAdmin = false;
            mSwitch.setVisibility(View.VISIBLE);