Fix crash with reused destroyed context.

This commit is contained in:
Alex Hart
2024-07-19 14:11:22 -03:00
committed by Greyson Parrelli
parent e17cf37799
commit b70b058925
2 changed files with 18 additions and 3 deletions

View File

@@ -491,6 +491,8 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
}
return state.getLocalParticipant().isHandRaised();
});
getLifecycle().addObserver(participantUpdateWindow);
}
private @NonNull Orientation resolveOrientationFromContext() {