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
@Override
public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
if (newState == RecyclerView.SCROLL_STATE_IDLE) {
if(binding.viewpager.getCurrentPosition()>0){
int actualCurrentPosition = binding.viewpager.getActualCurrentPosition();
Log.w(TAG,"actualCurrentPosition:"+actualCurrentPosition);
}
第一个item 尝试获取的时候会崩溃
The text was updated successfully, but these errors were encountered: