앱스플라이어 딥링크 설정
This commit is contained in:
		@@ -269,6 +269,14 @@ struct HomeView: View {
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            .valueChanged(value: appState.pushSeriesId) { value in
 | 
			
		||||
                DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
 | 
			
		||||
                    if value > 0 {
 | 
			
		||||
                        appState.setAppStep(step: .main)
 | 
			
		||||
                        appState.setAppStep(step: .seriesDetail(seriesId: value))
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            .onAppear {
 | 
			
		||||
                if appState.pushMessageId > 0 {
 | 
			
		||||
                    viewModel.currentTab = .message
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user