fix(notification): 알림 리스트 라이브 이동 분기를 보정한다

This commit is contained in:
Yu Sung
2026-03-13 15:45:39 +09:00
parent abe939e768
commit 19f5cc8ad6
3 changed files with 47 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ final class PushNotificationListViewModel: ObservableObject {
return
}
_ = AppDeepLinkHandler.handle(urlString: deepLink)
_ = AppDeepLinkHandler.handle(urlString: deepLink, source: .notificationList)
}
private var requestCategory: String? {