Commit 99e559a2 authored by 小费同学阿's avatar 小费同学阿 💬 Committed by 杨秀秀

68288 【商户app-android】商品管理,页面拖动到底部时,希望能够有文字提示告知用户已经显示到底了

parent d4f232a2
......@@ -85,10 +85,6 @@ public class AssistantManagementActivity extends BaseActivity<ActivityAssistantM
binding.llNoData.setVisibility(View.VISIBLE);
}
binding.refresh.finishRefresh();
// 重置 SmartRefreshLayout 的状态
binding.refresh.resetNoMoreData(); // 重置没有更多数据的状态
binding.refresh.setNoMoreData(false); // 设置为不再有更多数据
binding.refresh.finishLoadMore(); // 结束加载更多状态
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment