Skip to content

Commit

Permalink
add missing break for create connection failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamishak committed May 19, 2022
1 parent 3e9a3ed commit 6204cc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,7 @@ public void onReceive(Context context, Intent intent) {
args.putString("callUUID", attributeMap.get(EXTRA_CALL_UUID));
args.putString("name", attributeMap.get(EXTRA_CALLER_NAME));
sendEventToJS("RNCallKeepOnIncomingConnectionFailed", args);
break;
case ACTION_DID_CHANGE_AUDIO_ROUTE:
args.putString("handle", attributeMap.get(EXTRA_CALL_NUMBER));
args.putString("callUUID", attributeMap.get(EXTRA_CALL_UUID));
Expand Down

0 comments on commit 6204cc0

Please sign in to comment.