Fix attachment downloads stuck after call ending.

This commit is contained in:
Greyson Parrelli
2026-01-27 11:38:41 -05:00
parent daac3bd143
commit 6bf39c5102

View File

@@ -219,6 +219,8 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
if (previous != serviceState) {
if (serviceState.getCallInfoState().getCallState() != WebRtcViewModel.State.IDLE) {
postStateUpdate(serviceState);
} else if (previous.getCallInfoState().getCallState() != WebRtcViewModel.State.IDLE) {
EventBus.getDefault().removeStickyEvent(WebRtcViewModel.class);
}
}
});