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
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
java.lang.NoSuchMethodError: android.view.View.setScrollY
at com.nineoldandroids.view.ViewHelper$Honeycomb.setScrollY(ViewHelper.java:257)
at com.nineoldandroids.view.ViewHelper.setScrollY(ViewHelper.java:127)
NEEDS_PROXY is set to false on post gingerbread devices and therefore view.setScrollY() is called, despite it being introduced in api 14
The text was updated successfully, but these errors were encountered:
java.lang.NoSuchMethodError: android.view.View.setScrollY
at com.nineoldandroids.view.ViewHelper$Honeycomb.setScrollY(ViewHelper.java:257)
at com.nineoldandroids.view.ViewHelper.setScrollY(ViewHelper.java:127)
NEEDS_PROXY is set to false on post gingerbread devices and therefore view.setScrollY() is called, despite it being introduced in api 14
The text was updated successfully, but these errors were encountered: