fix(notification): 푸시 딥링크 우선 실행 분기를 보정한다
This commit is contained in:
@@ -44,6 +44,7 @@ enum AppDeepLinkHandler {
|
||||
switch action {
|
||||
case .live(let roomId):
|
||||
guard roomId > 0 else { return }
|
||||
AppState.shared.isPushRoomFromDeepLink = true
|
||||
AppState.shared.pushRoomId = 0
|
||||
AppState.shared.pushRoomId = roomId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user