From 23debff80ae81a3875c54558c39e78c423c1c611 Mon Sep 17 00:00:00 2001 From: guozhen Date: Mon, 12 May 2025 10:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B61=E5=B0=8F=E6=97=B6=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/shortdrama/jelly/zyreotv/beginning/TimeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/shortdrama/jelly/zyreotv/beginning/TimeUtils.java b/app/src/main/java/com/shortdrama/jelly/zyreotv/beginning/TimeUtils.java index f71ae04..caa186d 100644 --- a/app/src/main/java/com/shortdrama/jelly/zyreotv/beginning/TimeUtils.java +++ b/app/src/main/java/com/shortdrama/jelly/zyreotv/beginning/TimeUtils.java @@ -103,7 +103,7 @@ public class TimeUtils { long lastOpenTime = TIndicator.getLong(ITItem.CONSTANTS_VipPurchaseTime_key, 0); if (lastOpenTime != 0) { long current = System.currentTimeMillis(); - if (current - lastOpenTime >= 0) { //(60 * 60 * 1000) + if (current - lastOpenTime >= (60 * 60 * 1000)) { TIndicator.saveLong(ITItem.CONSTANTS_VipPurchaseTime_key, System.currentTimeMillis()); return true; } else {