Fix an OutgoingCallProcessor bug.
Replacement for ag/422078 (now that master-nova is gone). Change-Id: I45534c5fd13252218d2e151c318467db5e152717
This commit is contained in:
parent
87bc6e6210
commit
b07a9d535c
|
@ -265,7 +265,7 @@ final class OutgoingCallProcessor {
|
|||
mCallService.call(mCall.toCallInfo());
|
||||
}
|
||||
@Override public void onFailure() {
|
||||
attemptNextSelector();
|
||||
attemptNextCallService();
|
||||
}
|
||||
};
|
||||
mCallService.bind(callback);
|
||||
|
|
Loading…
Reference in New Issue