오디션

- 오디션 알림 받기 설정 추가
This commit is contained in:
Yu Sung
2025-01-09 01:02:08 +09:00
parent 7481637fbb
commit 6d5257e1c0
11 changed files with 83 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ final class HomeViewModel: ObservableObject {
UserDefaults.set(data.can, forKey: .can)
UserDefaults.set(data.isAuth, forKey: .auth)
UserDefaults.set(data.role.rawValue, forKey: .role)
UserDefaults.set(data.auditionNotice ?? false, forKey: .isAuditionNotification)
if data.followingChannelLiveNotice == nil && data.followingChannelUploadContentNotice == nil && data.messageNotice == nil {
AppState.shared.isShowNotificationSettingsDialog = true
}