Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复预览页勾选样式排号模式下,画廊拖动当前选中item排序后没有更新勾选序号 #2874

Open
wants to merge 1 commit into
base: version_component
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,8 @@ public void onAnimationEnd(Animator animation) {
}
}
}
// 拖动排序后刷新当前item选择序号
notifySelectNumberStyle(mData.get(curPosition));
}
});
mItemTouchHelper.attachToRecyclerView(mGalleryRecycle);
Expand Down