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

Commit ece7e11b authored by Hung-ying Tyan's avatar Hung-ying Tyan Committed by Android (Google) Code Review
Browse files

Merge "SipService: fix a missing switch-case break." into gingerbread

parents ffbc4b94 685b61b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -868,6 +868,7 @@ public final class SipService extends ISipService.Stub {
                    case SipErrorCode.SERVER_UNREACHABLE:
                        if (DEBUG) Log.d(TAG, "   pause auto-registration");
                        stop();
                        break;
                    default:
                        restartLater();
                }