Skip to content

Commit

Permalink
fix: voip vibrate cannot cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Nov 29, 2023
1 parent a47e650 commit d2efbf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,7 @@ private void startRingtoneAndVibration(long chatID) {
} else if (vibrate == 3) {
duration *= 2;
}
VibrateUtil.vibrate(new long[]{0, duration, 500}, 0);
vibrator.vibrate(new long[]{0, duration, 500}, 0);
}
}
}
Expand Down

0 comments on commit d2efbf7

Please sign in to comment.