feat(notification): 알림 수신 설정 페이지와 이동 경로를 추가한다
This commit is contained in:
@@ -87,7 +87,7 @@ struct PushNotificationListView: View {
|
||||
Image("ic_bell_settings")
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .notificationSettings)
|
||||
AppState.shared.setAppStep(step: .notificationReceiveSettings)
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
Reference in New Issue
Block a user