Remove notification creation in WebRtcCallSerivce onCreate.

fork-5.53.8
Cody Henthorne 2022-06-23 15:55:57 -04:00
rodzic 587aa49db8
commit 4585b439d5
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -116,8 +116,6 @@ public final class WebRtcCallService extends Service implements SignalAudioManag
public void onCreate() {
Log.v(TAG, "onCreate");
super.onCreate();
startForegroundCompat(CallNotificationBuilder.getStartingStoppingNotificationId(), CallNotificationBuilder.getStartingNotification(this));
this.callManager = ApplicationDependencies.getSignalCallManager();
this.hangUpRtcOnDeviceCallAnswered = new HangUpRtcOnPstnCallAnsweredListener();
this.lastNotificationId = INVALID_NOTIFICATION_ID;