[BUGFIX] 스와이프로 알람 삭제 시 알람 해제 불가능 현상을 해결한다. #165 #168
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Related issue 🛠
closed #165
어떤 변경사항이 있었나요?
CheckPoint ✅
PR이 다음 요구 사항을 충족하는지 확인하세요.
Work Description ✏️
default.mp4
현재 안드로이드에서 알람(Notification)을 해제할 수 있는 방법은 다음과 같습니다:
그러나, 사용자가 알람을 단순히 스와이프하여 제거할 경우
알람이 계속 울리지만, 이를 끌 수 있는 방법이 없어지는 문제가 발생합니다.
문제점
setOngoing(true)를 설정해도 알람을 스와이프할 수 있음해결 방법: 스와이프해서 알람 삭제 시 "미루기(Snooze)" 또는 "해제(Dismiss)"로 처리
사용자가 알람을 스와이프할 경우, 다음과 같이 처리합니다.
알람을 미룰 수 있는 경우 (Snooze 가능)
알람을 미룰 수 없는 경우 (Snooze 불가능)
Uncompleted Tasks 😅
N/A
To Reviewers 📢