mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Allow ringrtc to decided how to respond to send message failure.
This commit is contained in:
committed by
Greyson Parrelli
parent
e472760d92
commit
3af53f2089
@@ -444,10 +444,6 @@ public abstract class WebRtcActionProcessor {
|
||||
.callState(WebRtcViewModel.State.UNTRUSTED_IDENTITY)
|
||||
.putParticipant(activePeer.getRecipient(), untrusted)
|
||||
.commit();
|
||||
} else {
|
||||
builder.changeCallInfoState()
|
||||
.callState(errorCallState)
|
||||
.commit();
|
||||
}
|
||||
|
||||
return builder.build();
|
||||
|
||||
Reference in New Issue
Block a user