mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
GV2 group context proto.
This commit is contained in:
committed by
Greyson Parrelli
parent
20d1a93b09
commit
640c82d517
@@ -1690,7 +1690,7 @@ public class WebRtcCallService extends Service implements CallManager.Observer,
|
||||
RemotePeer remotePeer = (RemotePeer)remote;
|
||||
Intent intent = new Intent(this, WebRtcCallService.class);
|
||||
|
||||
ArrayList<IceCandidateParcel> iceCandidateParcels = new ArrayList(iceCandidates.size());
|
||||
ArrayList<IceCandidateParcel> iceCandidateParcels = new ArrayList<>(iceCandidates.size());
|
||||
for (IceCandidate iceCandidate : iceCandidates) {
|
||||
iceCandidateParcels.add(new IceCandidateParcel(iceCandidate));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user