Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

위치 권한 허용 수정 #78

Merged
merged 2 commits into from
Sep 24, 2023
Merged

위치 권한 허용 수정 #78

merged 2 commits into from
Sep 24, 2023

Conversation

dogdduddy
Copy link
Collaborator

  • JmtAlert 적용
  • 설정창에서 권한 설정 하는 경우에 대한 대응 추가

- 이전 코드에서는 설정창으로 가서 변경을 한 경우, 허용이 되었는지 체크를 못하는 상태여서 추가해주었습니다.
Copy link
Member

@soopeach soopeach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!


override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_splash)
setToFullPage()

lifecycleScope.launch {
lifecycleScope.launch(Dispatchers.Main) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

라이프사이클 스코프는 기본적으로 MainIntermediate라서 메인 디스패쳐 설정 안해주셔도 됩니다..!

@soopeach soopeach merged commit 08b722e into develop Sep 24, 2023
1 check failed
dogdduddy pushed a commit that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants