forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crossfade animation during orientation change when used within UI…
…Kit hierarchy (#778) * Add crossfade animation during orientation change * Force to present with transaction every frame during orientation change transition to avoid timing issues between UIKit logic and Compose render. * Turn off orientation change logic when inside SwiftUI * Remove this logic when modally presented * Update compose/ui/ui/src/uikitMain/kotlin/androidx/compose/ui/window/ComposeWindow.uikit.kt Co-authored-by: dima.avdeev <[email protected]> * Fix compilation error --------- Co-authored-by: dima.avdeev <[email protected]>
- Loading branch information
1 parent
55b2de0
commit 8f57b8c
Showing
3 changed files
with
137 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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