读取关闭快捷发言时间的默认时间修改

This commit is contained in:
huangjian
2020-11-18 10:33:41 +08:00
parent 32703b2baa
commit c3a6badbc3

View File

@@ -66,7 +66,7 @@ public class DemoCache {
private static final String KEY_SPEEDY_MESSAGE_GONE_TIME = "SpeedyMessageGoneTime";
public static Long readSpeedyMessageGoneTime() {
return (Long) ObjectPref.instance(BasicConfig.INSTANCE.getAppContext()).get(KEY_SPEEDY_MESSAGE_GONE_TIME, System.currentTimeMillis());
return (Long) ObjectPref.instance(BasicConfig.INSTANCE.getAppContext()).get(KEY_SPEEDY_MESSAGE_GONE_TIME, 0L);
}
public static void saveSpeedyMessageGoneTime(Long savingTime) {