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

Commit 321b6e43 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am e116d3a3: Merge "Finish InCallActivity immediately for DisconnectCause.ERROR" into mnc-dev

* commit 'e116d3a38709117bf2006b78535d12b1d31a24b0':
  Finish InCallActivity immediately for DisconnectCause.ERROR
parents c6e19b07 27706bf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -469,6 +469,7 @@ public class CallList {
            case DisconnectCause.REMOTE:
                delay = DISCONNECTED_CALL_MEDIUM_TIMEOUT_MS;
                break;
            case DisconnectCause.ERROR:
            case DisconnectCause.REJECTED:
            case DisconnectCause.MISSED:
            case DisconnectCause.CANCELED: