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

Commit 1a82d653 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Play vibration preview when turning on vibration" into qt-dev

parents b6012f8d 1c5017c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ public abstract class VibrationPreferenceFragment extends RadioButtonPickerFragm
            // Update vibration intensity setting
            Settings.System.putInt(getContext().getContentResolver(),
                    getVibrationIntensitySetting(), candidate.getIntensity());
        } else {
            playVibrationPreview();
        }
    }