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

Commit 08e2fec4 authored by Minche Li's avatar Minche Li Committed by Android (Google) Code Review
Browse files

Merge "Supports triple-tap shortcut for window magnification"

parents 49954a28 f6702610
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -178,11 +178,6 @@ public class ToggleScreenMagnificationPreferenceFragment extends
        final View advancedView = dialog.findViewById(R.id.advanced_shortcut);
        updateAlertDialogCheckState();

        // Window magnification mode doesn't support advancedView.
        if (isWindowMagnification(getPrefContext())) {
            advancedView.setVisibility(View.GONE);
            return;
        }
        // Shows the triple tap checkbox directly if clicked.
        if (mTripleTapTypeCheckBox.isChecked()) {
            advancedView.setVisibility(View.GONE);