We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7e15e commit 736590fCopy full SHA for 736590f
src/ui/components/uicontroller/UiContainer.tsx
@@ -237,13 +237,14 @@ export const UiContainer = (props: UiContainerProps) => {
237
};
238
239
const handleEnded = () => {
240
- setShowing(true);
+ stopAnimationsAndShowUi_();
241
242
243
const handlePresentationModeChange = (event: PresentationModeChangeEvent) => {
244
setPip(event.presentationMode === PresentationMode.pip);
245
if (event.presentationMode !== PresentationMode.pip) {
246
247
+ resumeAnimationsIfPossible_();
248
}
249
250
0 commit comments