From 31391c2bab1f1260f49e6a396e5c48391496dcb0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 30 Apr 2025 10:57:26 +0800 Subject: [PATCH] Refactor --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 7a109776..6f00a8dd 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1952,7 +1952,7 @@ bool CPhoneDevice::StartPushStreaming(IDevice::PHOTO_INFO& photoInfo, const std: XYLOG(XYLOG_SEVERITY_ERROR, "Ethernet not existing CH=%u PR=%X PHOTOID=%u", (uint32_t)photoInfo.channel, (uint32_t)photoInfo.preset, photoInfo.photoId); #ifdef NDEBUG TakePhotoCb(0, photoInfo, "", 0); - return false; + return false; #endif } else