mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add logging around how call activity is started.
This commit is contained in:
@@ -819,6 +819,7 @@ private void processStateless(@NonNull Function1<WebRtcEphemeralState, WebRtcEph
|
||||
WebRtcViewModel.GroupCallState groupCallState = s.getCallInfoState().getGroupCallState();
|
||||
|
||||
if (callState == CALL_INCOMING && (groupCallState == IDLE || groupCallState.isRinging())) {
|
||||
Log.i(TAG, "Starting call activity from foreground listener");
|
||||
startCallCardActivityIfPossible();
|
||||
}
|
||||
ApplicationDependencies.getAppForegroundObserver().removeListener(this);
|
||||
|
||||
Reference in New Issue
Block a user