mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
rename method since vibrator implementation has been removed
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
67df1fb341
commit
e8930530de
@ -441,7 +441,7 @@ public class CallNotificationController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void endMediaAndVibratorNotifications() {
|
private void endMediaNotifications() {
|
||||||
if (mediaPlayer != null) {
|
if (mediaPlayer != null) {
|
||||||
if (mediaPlayer.isPlaying()) {
|
if (mediaPlayer.isPlaying()) {
|
||||||
mediaPlayer.stop();
|
mediaPlayer.stop();
|
||||||
@ -461,7 +461,7 @@ public class CallNotificationController extends BaseController {
|
|||||||
handler = null;
|
handler = null;
|
||||||
}
|
}
|
||||||
dispose();
|
dispose();
|
||||||
endMediaAndVibratorNotifications();
|
endMediaNotifications();
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user