fix: 라이브 시작 푸시를 터치하여 앱을 실행했을 때 스플래시 화면에서 화면 이동이 되지 않던 버그 수정
This commit is contained in:
		@@ -231,6 +231,7 @@ final class LiveViewModel: ObservableObject {
 | 
				
			|||||||
                        } else {
 | 
					                        } else {
 | 
				
			||||||
                            if roomId > 0 {
 | 
					                            if roomId > 0 {
 | 
				
			||||||
                                AppState.shared.isShowPlayer = true
 | 
					                                AppState.shared.isShowPlayer = true
 | 
				
			||||||
 | 
					                                AppState.shared.setAppStep(step: .main)
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    } else {
 | 
					                    } else {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user