마케팅 정보를 업데이트를 앱을 실행할 때 한번만 실행하도록 수정
로그인/회원가입 시 마케팅 정보를 업데이트 하도록 수정
This commit is contained in:
@@ -12,6 +12,7 @@ class AppState: ObservableObject {
|
||||
|
||||
private var appStepBackStack = [AppStep]()
|
||||
|
||||
@Published var alreadyUpdatedMarketingInfo = false
|
||||
@Published private(set) var appStep: AppStep = .splash
|
||||
|
||||
@Published var isShowPlayer = false {
|
||||
|
||||
Reference in New Issue
Block a user