修复通过app和配置工具手动拍照时scheduletime不为0

nx2024TEMP
陈曦 5 months ago
parent bbf3951e0b
commit eb87c287c4

@ -465,7 +465,7 @@ public class MicroPhotoService extends Service {
long ts = System.currentTimeMillis() / 1000; long ts = System.currentTimeMillis() / 1000;
Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually"); Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually");
mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, ts, photoOrVideo); mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, 0, photoOrVideo);
} else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) { } else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) {
int what = intent.getIntExtra("what", 0); int what = intent.getIntExtra("what", 0);

Loading…
Cancel
Save