From 1e83bccaaeb5fe2ce34756e8d35cdc8dcb8d5f07 Mon Sep 17 00:00:00 2001 From: taimountain Date: Sat, 13 Sep 2025 10:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: taimountain --- component_ext/movingphoto/movingphoto_pattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component_ext/movingphoto/movingphoto_pattern.cpp b/component_ext/movingphoto/movingphoto_pattern.cpp index 0e9593be753..f32c1e66a6e 100644 --- a/component_ext/movingphoto/movingphoto_pattern.cpp +++ b/component_ext/movingphoto/movingphoto_pattern.cpp @@ -722,7 +722,7 @@ void MovingPhotoPattern::RegisterMediaPlayerEvent() }; auto&& errorEvent = [movingPhotoPattern, uiTaskExecutor]() { - uiTaskExecutor.PostSyncTask([movingPhotoPattern] { + uiTaskExecutor.PostTask([movingPhotoPattern] { auto movingPhoto = movingPhotoPattern.Upgrade(); CHECK_NULL_VOID(movingPhoto); ContainerScope scope(movingPhoto->instanceId_); -- Gitee