每日签到点击区域

This commit is contained in:
renhaoting 2026-01-12 16:37:20 +08:00
parent a09bc4abf9
commit 5e0cdb524c
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -440,6 +440,7 @@
android:layout_marginTop="10dp">
<LinearLayout
android:id="@+id/ll_sign_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"