fix(notification): 알림 리스트 라이브 이동 분기를 보정한다
This commit is contained in:
@@ -118,7 +118,7 @@ final class PushNotificationListViewModel: ObservableObject {
|
||||
return
|
||||
}
|
||||
|
||||
_ = AppDeepLinkHandler.handle(urlString: deepLink)
|
||||
_ = AppDeepLinkHandler.handle(urlString: deepLink, source: .notificationList)
|
||||
}
|
||||
|
||||
private var requestCategory: String? {
|
||||
|
||||
Reference in New Issue
Block a user