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 e800b3b commit 93c23bfCopy full SHA for 93c23bf
android/src/main/java/com/swmansion/rnscreens/ScreenStackFragment.kt
@@ -259,7 +259,7 @@ class ScreenStackFragment :
259
object : WindowInsetsAnimationCompat.Callback(
260
WindowInsetsAnimationCompat.Callback.DISPATCH_MODE_STOP,
261
) {
262
- // Replace InsetsAnimationCallback created by BottomSheetBehavior with empty implementation
+ // Replace InsetsAnimationCallback created by BottomSheetBehavior
263
// to avoid interfering with custom animations.
264
// See: https://github.com/software-mansion/react-native-screens/pull/2909
265
override fun onProgress(
0 commit comments