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

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

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

parents 8bfba76c 1c8d31a8
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);