修复新启动无法注册下一个拍照时间点的bug

serial
BlueMatthew 1 year ago
parent 827b7ea612
commit e50d677f89

@ -518,7 +518,7 @@ public class MicroPhotoService extends Service {
}
if (!schedules.isEmpty()) {
long expectedTs = timeOfZeroPoint + ts;
long expectedTs = timeOfZeroPoint + currentTs;
// Date date = new Date(expectedTs * 1000);
// Log.d(TAG, "Register Photo Time: " + date.toString() + " BaseTime=" + secondsOfToday + " ts=" + ts + " startTime=" + startTime + " expectedTs=" + expectedTs);

Loading…
Cancel
Save