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

Commit 6ac5aa8b authored by Yorke Lee's avatar Yorke Lee Committed by Android Partner Code Review
Browse files

Merge "Finish InCallActivity immediately for DisconnectCause.ERROR" into m-wireless-dev

parents dc911a04 3ad17a13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ public class CallList implements InCallPhoneListener {
        final int cause = call.getDisconnectCause().getCode();
        final int delay;
        switch (cause) {
            case DisconnectCause.ERROR:
            case DisconnectCause.LOCAL:
                delay = DISCONNECTED_CALL_SHORT_TIMEOUT_MS;
                break;