fix(notification): 푸시 딥링크 우선 실행 분기를 보정한다
This commit is contained in:
@@ -50,6 +50,7 @@ class AppState: ObservableObject {
|
||||
@Published var pushAudioContentId = 0
|
||||
@Published var pushSeriesId = 0
|
||||
@Published var pendingDeepLinkAction: AppDeepLinkAction? = nil
|
||||
@Published var isPushRoomFromDeepLink = false
|
||||
@Published var roomId = 0 {
|
||||
didSet {
|
||||
if roomId <= 0 {
|
||||
|
||||
Reference in New Issue
Block a user