mod: moveDistance calc

This commit is contained in:
guozhigq
2024-12-14 21:50:52 +08:00
parent f593185760
commit 58b679ee6b

View File

@ -59,7 +59,7 @@ class _UpPanelState extends State<UpPanel> {
void onClickUpAni(data, i) {
final screenWidth = MediaQuery.sizeOf(context).width;
final itemWidth = contentWidth + itemPadding.horizontal;
final liveLen = liveList.length;
final liveLen = showLiveUser.value ? liveList.length : 0;
final upLen = upList.length;
currentMid.value = data.mid;