오디션
- 오디션 알림 받기 설정 추가
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user