mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-14 23:18:43 +00:00
Fix attachment downloads stuck after call ending.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user