读取关闭快捷发言时间的默认时间修改
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user