Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 743b5017 authored by yueg's avatar yueg Committed by Copybara-Service
Browse files

Also check call configuration for disconnected call

Test: manual
PiperOrigin-RevId: 198609574
Change-Id: Ic5e599b65d81968bdacaf6a90cb1ad34647b8419
parent 3d5e04f4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -423,6 +423,10 @@ public class InCallPresenter implements CallList.Listener, AudioModeProvider.Aud
    if (dialerCall == null) {
      dialerCall = callList.getOutgoingCall();
    }
    // Outgoing call can be disconnected and reason will be shown in toast
    if (dialerCall == null) {
      dialerCall = callList.getDisconnectedCall();
    }
    if (dialerCall == null) {
      return false;
    }