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.
Issue number and Link
이슈 번호 : #109
Summary
@eshc123 @arinming
카메라 권한 설정 로직 관련해서 의견을 받습니다
원래 생각한것은 CameraPreview 화면에 들어왔을때 LaunchEffect로 권한 허용 시스템 바텀시트를 띄우는건데 아무리 돌려봐도 안돼서 다음 두가지로 설정했습니다
처음 앱 설치시 카메라 권한 허용 X -> 간단히 만든 화면에서 버튼을 누르면 카메라 시스템 권한 바텀시트가 올라옴 -> 허용시 카메라 보임 / 허용 X시 간단히 만든 화면 그대로
처음 앱 설치시 카메라 권한 허용 X -> 출석하기 누를 시 앱 설정으로 이동 -> 권한 허용으로 설정해놔도, 허용 하지 않아도 설정에서 앱으로 돌아오면 빈 화면이 남아있음(이걸 어떻게 처리해야할지 모르겠네요,, 하고싶은건 돌아왔을때의 값을 받아서 허용이면 Camera Preview를 보여주는건데) -> 다시 출석하기를 누르면 허용이면 카메라가 보임
PR Type
Other Information