Skip to content

Commit

Permalink
[Fix/#21] 불필요한 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed May 13, 2024
1 parent b87f78a commit 2442fe9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ class ScreenTimeViewModel: ObservableObject {
do {
try await authorizationCenter.requestAuthorization(for: .individual)
hasScreenTimePermission = true
// 동의함
} catch {
//동의 X
print("Failed to enroll Aniyah with error: \(error)")
hasScreenTimePermission = false
// 사용자가 허용안함.
// Error Domain=FamilyControls.FamilyControlsError Code=5 "(null)
}
}
}
Expand Down

0 comments on commit 2442fe9

Please # to comment.