Skip to content

Commit ecc66fb

Browse files
committed
fix: 시트 외부를 탭 해서 내려갔을 때 원복되지 않는 현상 해결
1 parent 23090a2 commit ecc66fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

DevLog/Presentation/ViewModel/PushNotificationSettingsViewModel.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ final class PushNotificationSettingsViewModel: Store {
8888
}
8989
case .setShowTimePicker(let value):
9090
state.showTimePicker = value
91+
if !value {
92+
state.sheetPushNotificationTime = state.viewPushNotificationTime
93+
}
9194
case .setSheetHeight(let value):
9295
state.sheetHeight = value
9396
case .confirmUpdate:

0 commit comments

Comments
 (0)