Merged
Conversation
알림 클릭 시 해당 페이지가 아닌 마지막으로 생성된 알림의 intent를 무조건 따라가던 현상 수정
우리 앱 스스로 우리 앱 알림을 수집하지 않도록 함.
언제든 알림 접근 및 발송 권한을 변경할 수 있도록 설정 페이지에 추가함. 이에 따라 뷰모델 및 usecase 변경이 살짝 있었음. 또한 해당하는 문자열을 추가하고 개선함.
현재 버전 11의 경우 명시적 migration을 하고 있으므로 잠시 주석 처리함.
MainActivity에서 계속 권한 요청 페이지로 보내느 현상 수정 불필요하다고 생각했던 if문이 중요했었음.
Closed
3 tasks
Code Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR
작업 내용
참고 사항
✏ Git Close
#49