每日签到按钮不可点击问题

This commit is contained in:
renhaoting 2026-01-15 10:47:26 +08:00
parent 5c1c6bd002
commit 84b7519992
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
override fun ViewBinding.initViews() {
with(binding) {
setOnClickBatch(llSignRoot, llTaskBenefit, llTaskWatchAd, llTaskGame,
setOnClickBatch(llSignRoot, ivGotoDailySign, llTaskBenefit, llTaskWatchAd, llTaskGame,
llTaskZerobuy, flConvertGold2Cash, tvWithdraw) {
when(this) {
llSignRoot->{
ivGotoDailySign, llSignRoot->{
if (!TaskManager.instance().dailySignStatus().isDailySignAllOperationDone()) {
DailySignDialog(requireActivity()).show()
}