修改 测试问题

This commit is contained in:
18401019693
2023-12-07 13:17:12 +08:00
parent 484891cfe7
commit 3396ca63d0
11 changed files with 30 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ public class IMLoginManager extends BaseCacheManager {
}
public boolean getRedPoint() {
return !TextUtils.isEmpty(getString("RedPoint")) && !TextUtils.equals(getString("RedPoint"), "1");
return !TextUtils.isEmpty(getString("RedPoint")) || !TextUtils.equals(getString("RedPoint"), "1");
}
public void setQuickGiftIfFirst() {
put("quick_gift_if_first", "1");