MageLin
Results
3
issues of
MageLin
@Override public int scrollVerticallyBy(int dy, RecyclerView.Recycler recycler, RecyclerView.State state) { //位移0、没有子View 当然不移动 if (dy == 0 || getChildCount() == 0) { return 0; } //以下是边界判断 if (getItemCount() == getChildCount() &&...
开启后台线程压缩后,点击HOME键并锁屏,几秒后重新返回应用,压缩过程无故中止不动了。