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

Commit 473219a6 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8087930 from 97a3132c to tm-release

Change-Id: I3cccac54d6ac1ebcf0570aaade23a48e90df2112
parents 9a2ec247 97a3132c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -119,8 +119,7 @@ public final class AudioAndHapticFeedbackManager {
        // Go ahead with the system default
        if (viewToPerformHapticFeedbackOn != null) {
            viewToPerformHapticFeedbackOn.performHapticFeedback(
                    HapticFeedbackConstants.KEYBOARD_TAP,
                    HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING);
                    HapticFeedbackConstants.KEYBOARD_TAP);
        }
    }