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

Commit b5a59584 authored by jiabin's avatar jiabin Committed by android-build-merger
Browse files

Merge "Use setHapticChannelsMuted as the name of the API has changed." into qt-dev

am: b69a76c5

Change-Id: I908f43587f79c8c3c594b5cb680360e392d8f3be
parents 2d05f8db b69a76c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public class AsyncRingtonePlayer {
                    Log.i(this, "handlePlay: muting haptic channel");
                    mRingtone.setAudioAttributes(
                            new AudioAttributes.Builder()
                                .setMuteHapticChannels(true)
                                .setHapticChannelsMuted(true)
                                .build());
                }
                mHapticsFuture.complete(hasHaptics);