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
An incorrect operation was performed in the _placeCritical() method.
Specifically,
_onScrollEnd=(event)=>{constoffset={ ...event.nativeEvent.contentOffset};constpage=this._calculateCurrentPage(offset.x);this._placeCritical(page);// <-- scroll to some page without animation when onScrollEnd()this._setCurrentPage(page);this._setUpTimer();}
The text was updated successfully, but these errors were encountered:
An incorrect operation was performed in the _placeCritical() method.
Specifically,
The text was updated successfully, but these errors were encountered: