Skip to content

Commit

Permalink
[comment] #236 todo 주석 대신에 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Jan 23, 2024
1 parent 23c7cef commit eaa1ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MyPageFragment : BindingFragment<FragmentMyPageBinding>(R.layout.fragment_
// 닉네임 액티비티 갔다가 다시 돌아왔을 때 유저 데이터 갱신하도록
mainViewModel.getUser()

// todo: 왜 onStart 시점에 호출해야 하는지 물어보기
// 시스템 설정창에서 유저가 설정한 권한에 따라 바로 뷰가 갱신되도록
initNotiPermissionState()
updateNotiButtonByPermission()
}
Expand Down

0 comments on commit eaa1ae3

Please sign in to comment.