You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// on Android < 12 all events for `WindowInsetsAnimationCallback`
71
76
// go through main `rootView`, so we don't need to stop main
72
77
// callback - otherwise keyboard transitions will not be animated
73
-
this.callback()?.suspend(true)
78
+
cb.suspend(true)
74
79
// attaching callback to Modal on Android < 12 can cause ghost animations, see: https://github.com/kirillzyusko/react-native-keyboard-controller/pull/718
75
80
// and overall attaching additional callbacks (if animation events go through the main window) is not necessary
0 commit comments