mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Utilize collect instead of toList.
This commit is contained in:
@@ -1060,7 +1060,7 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
|
||||
.setPassword(turnServerInfo.getPassword())
|
||||
.setHostname(turnServerInfo.getHostname())
|
||||
.createIceServer()
|
||||
).toList());
|
||||
).collect(Collectors.toList()));
|
||||
}
|
||||
if (turnServerInfo.getUrlsWithIps() != null) {
|
||||
iceServers.addAll(
|
||||
|
||||
Reference in New Issue
Block a user