From 0134a5286f9f2e6841faf184fcc3f74bc7d6e0cd Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 6 Nov 2025 17:12:23 +0900 Subject: [PATCH] =?UTF-8?q?fix(live-room):=20BIG=5FHEART=20=EB=A9=94?= =?UTF-8?q?=EC=8B=9C=EC=A7=80=20=EC=88=98=EC=8B=A0=20=ED=9B=84=20Path?= =?UTF-8?q?=EB=A1=9C=20=EA=B7=B8=EB=A6=AC=EB=8A=94=20=ED=95=98=ED=8A=B8=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20=EC=8B=9C=EA=B0=84=200.15=EC=B4=88?= =?UTF-8?q?=EC=97=90=EC=84=9C=200.3=EC=B4=88=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/LiveRoomViewModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift index 4cc741d..2ffc377 100644 --- a/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift +++ b/SodaLive/Sources/Live/Room/LiveRoomViewModel.swift @@ -2109,8 +2109,8 @@ final class LiveRoomViewModel: NSObject, ObservableObject { self.remoteWavePhase = 0 self.remoteWaterProgress = 1.0 self.isShowRemoteBigHeart = true - DEBUG_LOG("BIG_HEART: show filled heart, then explode after 0.15s") - DispatchQueue.main.asyncAfter(deadline: .now() + 0.15) { [weak self] in + DEBUG_LOG("BIG_HEART: show filled heart, then explode after 0.30s") + DispatchQueue.main.asyncAfter(deadline: .now() + 0.30) { [weak self] in guard let self = self else { return } self.isShowRemoteBigHeart = false self.remoteWaterProgress = 0