mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Add Group Call speaker view hint.
This commit is contained in:
@@ -283,6 +283,10 @@ public class WebRtcCallActivity extends AppCompatActivity implements SafetyNumbe
|
||||
videoTooltip.dismiss();
|
||||
videoTooltip = null;
|
||||
}
|
||||
} else if (event instanceof WebRtcCallViewModel.Event.ShowSpeakerViewHint) {
|
||||
callScreen.showSpeakerViewHint();
|
||||
} else if (event instanceof WebRtcCallViewModel.Event.HideSpeakerViewHint) {
|
||||
callScreen.hideSpeakerViewHint();
|
||||
} else {
|
||||
throw new IllegalArgumentException("Unknown event: " + event);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user