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.
2 parents e11f3a2 + dc06c2b commit 51196fbCopy full SHA for 51196fb
android/src/main/java/com/unistyles/NativePlatform+insets.kt
@@ -139,7 +139,7 @@ class NativePlatformInsets(
139
if (Build.VERSION.SDK_INT >= 30) {
140
ViewCompat.setWindowInsetsAnimationCallback(
141
mainView,
142
- object : WindowInsetsAnimationCompat.Callback(DISPATCH_MODE_STOP) {
+ object : WindowInsetsAnimationCompat.Callback(DISPATCH_MODE_CONTINUE_ON_SUBTREE) {
143
override fun onProgress(
144
insets: WindowInsetsCompat,
145
runningAnimations: List<WindowInsetsAnimationCompat>
0 commit comments