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
The willShowVisibleHeight Driver was being called
not only when the keyboard would show but also
when the keyboard is hidden. The added
condition ensures this isn't called when hiding.
This way the skip(1) isn't needed either.
0 commit comments