크리에이터 채널 - 룰렛 설정
- 룰렛 설정 완료 메시지 표시
This commit is contained in:
@@ -216,6 +216,7 @@ struct RouletteSettingsView: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
.ignoresSafeArea()
|
||||
.popup(isPresented: $viewModel.isShowErrorPopup, type: .toast, position: .top, autohideIn: 1.3) {
|
||||
GeometryReader { geo in
|
||||
HStack {
|
||||
@@ -234,6 +235,7 @@ struct RouletteSettingsView: View {
|
||||
}
|
||||
}
|
||||
.onAppear {
|
||||
viewModel.availableActive = availableActive
|
||||
viewModel.getAllRoulette(creatorId: UserDefaults.int(forKey: .userId))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user