Skip to content

Commit

Permalink
✅ Chore: 부적절 후기 작성자 최초 1회 알럿 뜬 후 후기 미작성자 권한으로 강등하도록 코드 수정 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Oct 26, 2022
1 parent 4d00ddd commit b16d1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NadoSunbae-iOS/NadoSunbae-iOS/Global/Class/BaseVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ extension BaseVC {
func checkIsFirstInappropriate(defaultAction: () -> Void) {
if UserPermissionInfo.shared.isReviewInappropriate {
self.showRestrictionAlert(permissionStatus: .firstInappropriate)
UserPermissionInfo.shared.isReviewInappropriate = false
} else {
// 아무런 제한이 없을 때 실행되는 action
defaultAction()
Expand Down

0 comments on commit b16d1a2

Please sign in to comment.