mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Fix call link join issue and add denial dialogs into call UI v2.
This commit is contained in:
committed by
Greyson Parrelli
parent
5bd3eda17d
commit
cd846f2b6d
@@ -33,6 +33,11 @@ class CallLinkPreJoinActionProcessor(
|
||||
private val TAG = Log.tag(CallLinkPreJoinActionProcessor::class.java)
|
||||
}
|
||||
|
||||
override fun handleSetRingGroup(currentState: WebRtcServiceState, ringGroup: Boolean): WebRtcServiceState {
|
||||
Log.i(TAG, "handleSetRingGroup(): Ignoring.")
|
||||
return currentState
|
||||
}
|
||||
|
||||
override fun handlePreJoinCall(currentState: WebRtcServiceState, remotePeer: RemotePeer): WebRtcServiceState {
|
||||
Log.i(TAG, "handlePreJoinCall():")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user