콘텐츠 상세
- 이전화/다음화 버튼 추가
This commit is contained in:
		@@ -83,6 +83,15 @@ struct ContentDetailView: View {
 | 
			
		||||
                                            isShowPreviewAlert: $viewModel.isShowPreviewAlert
 | 
			
		||||
                                        )
 | 
			
		||||
                                        
 | 
			
		||||
                                        ContentDetailPreviousNextContentButtonView(
 | 
			
		||||
                                            previousContent: audioContent.previousContent,
 | 
			
		||||
                                            nextContent: audioContent.nextContent
 | 
			
		||||
                                        ) {
 | 
			
		||||
                                            viewModel.contentId = $0
 | 
			
		||||
                                        }
 | 
			
		||||
                                        .padding(.top, 13.3)
 | 
			
		||||
                                        .padding(.horizontal, 13.3)
 | 
			
		||||
                                        
 | 
			
		||||
                                        ContentDetailInfoView(
 | 
			
		||||
                                            isExpandDescription: $viewModel.isExpandDescription,
 | 
			
		||||
                                            isShowPreviewAlert: $viewModel.isShowPreviewAlert,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user