Created
May 28, 2024 18:09
-
-
Save torarnv/d23f550f3bb70f2dbd2549c6383d36a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/src/plugins/platforms/ios/qiosintegration.mm w/src/plugins/platforms/ios/qiosintegration.mm | |
index 76173ce830a..5490f48eb99 100644 | |
--- i/src/plugins/platforms/ios/qiosintegration.mm | |
+++ w/src/plugins/platforms/ios/qiosintegration.mm | |
@@ -309,6 +309,8 @@ void QIOSIntegration::openImmersiveSpace() | |
void QIOSIntegration::dismissImmersiveSpace() | |
{ | |
[ImmersiveSpaceManager dismissImmersiveSpace]; | |
+ if (m_immersiveSpaceCompositorLayer) | |
+ m_immersiveSpaceCompositorLayer->render(nullptr); | |
} | |
void QIOSIntegration::setImmersiveSpaceCompositorLayer(CompositorLayer *layer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment