homefragment签到模块接入正式的bean+1

This commit is contained in:
renhaoting 2025-11-27 11:07:07 +08:00
parent 6ad0ae0d22
commit 1f0d4c9f0b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class WeekStatusView @JvmOverloads constructor(
// reward text
textPaint.textSize = rewardTextSize
val rewardNum = TaskManager.instance().getRewardNumOfDailySign(index)
textPaint.color = if (dayStatus.hasSigned) rewardTextColor else rewardTextSignedColor
textPaint.color = if (dayStatus.hasSigned) rewardTextSignedColor else rewardTextColor
canvas.drawText(rewardNum.toString(), centerX, vertiMagin + dayTextSize + componentGap + 2*circleRadius + componentGap, textPaint)
}
}