오디션 생성 푸시를 받으면 오디션 탭으로 이동하도록 수정

This commit is contained in:
Yu Sung
2025-01-09 00:38:29 +09:00
parent b5b53f95c7
commit 7481637fbb
3 changed files with 25 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ class AppState: ObservableObject {
@Published var purchasedContentOrderType = OrderType.KEEP
@Published var isChangeAdultContentVisible = false
@Published var startTab: HomeViewModel.CurrentTab = .content
func setAppStep(step: AppStep) {
switch step {