-
Notifications
You must be signed in to change notification settings - Fork 89
Remove support of Canvas Layers on iOS #1680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
} | ||
if (keyboardOverlapHeight != height) { | ||
animateKeyboardOffsetChanges = false | ||
keyboardOverlapHeight = height |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously it wasn't under the condition. Looks suspicious. Let's avoid introducing unrelated changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is code optimisation. Should be like this.
@@ -345,7 +336,7 @@ internal class ComposeSceneMediator( | |||
val hasInvalidations: Boolean | |||
get() = scene.hasInvalidations() || keyboardManager.isAnimating | |||
|
|||
private fun hitTestInteropView(point: CValue<CGPoint>, event: UIEvent?): UIView? = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert unrelated changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was an attempt to fix warnings in the file. Reverted.
Changed to "Breaking Changes" |
Fixes https://youtrack.jetbrains.com/issue/CMP-6600/Remove-support-of-CanvasLayers-on-iOS
Release Notes
Breaking Changes - iOS