diff --git a/app/src/main/java/com/nextcloud/talk/controllers/CallNotificationController.java b/app/src/main/java/com/nextcloud/talk/controllers/CallNotificationController.java index 8d8d590c5..66e6dcdf7 100644 --- a/app/src/main/java/com/nextcloud/talk/controllers/CallNotificationController.java +++ b/app/src/main/java/com/nextcloud/talk/controllers/CallNotificationController.java @@ -441,7 +441,7 @@ public class CallNotificationController extends BaseController { } } - private void endMediaAndVibratorNotifications() { + private void endMediaNotifications() { if (mediaPlayer != null) { if (mediaPlayer.isPlaying()) { mediaPlayer.stop(); @@ -461,7 +461,7 @@ public class CallNotificationController extends BaseController { handler = null; } dispose(); - endMediaAndVibratorNotifications(); + endMediaNotifications(); super.onDestroy(); }