Remove notification creation in WebRtcCallSerivce onCreate.

This commit is contained in:
Cody Henthorne
2022-06-23 15:55:57 -04:00
parent 587aa49db8
commit 4585b439d5

View File

@@ -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;