mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix crash with reused destroyed context.
This commit is contained in:
committed by
Greyson Parrelli
parent
e17cf37799
commit
b70b058925
@@ -491,6 +491,8 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
|
||||
}
|
||||
return state.getLocalParticipant().isHandRaised();
|
||||
});
|
||||
|
||||
getLifecycle().addObserver(participantUpdateWindow);
|
||||
}
|
||||
|
||||
private @NonNull Orientation resolveOrientationFromContext() {
|
||||
|
||||
Reference in New Issue
Block a user