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
Not sure if this is a bug, but PagingView.m line 77 says
if ((theMinX <= theCenter.x) && (theMaxX >= theCenter.y)) {
which looks weird to me where an X value is compared against a Y value. I just suspect the intention is really to check if it is between the min/max, but I haven't really felt the impact of it.
The text was updated successfully, but these errors were encountered:
Not sure if this is a bug, but PagingView.m line 77 says
if ((theMinX <= theCenter.x) && (theMaxX >= theCenter.y)) {
which looks weird to me where an X value is compared against a Y value. I just suspect the intention is really to check if it is between the min/max, but I haven't really felt the impact of it.
The text was updated successfully, but these errors were encountered: