mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Bump RingRTC to 2.8.7
This commit is contained in:
@@ -59,8 +59,8 @@ public class BroadcastVideoSink implements VideoSink {
|
||||
}
|
||||
|
||||
public @NonNull RequestedSize getMaxRequestingSize() {
|
||||
int width = 1;
|
||||
int height = 1;
|
||||
int width = 0;
|
||||
int height = 0;
|
||||
|
||||
synchronized (requestingSizes) {
|
||||
for (Point size : requestingSizes.values()) {
|
||||
|
||||
Reference in New Issue
Block a user