Fix an OutgoingCallProcessor bug.

Replacement for ag/422078 (now that master-nova is gone).

Change-Id: I45534c5fd13252218d2e151c318467db5e152717
This commit is contained in:
Ben Gilad 2014-02-24 12:12:25 -08:00
parent 87bc6e6210
commit b07a9d535c
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ final class OutgoingCallProcessor {
mCallService.call(mCall.toCallInfo());
}
@Override public void onFailure() {
attemptNextSelector();
attemptNextCallService();
}
};
mCallService.bind(callback);