Skip to content

Commit

Permalink
[FIX/#257] 대시보드 뷰 닉네임 수정 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Mar 13, 2024
1 parent ab763c7 commit 5a2a836
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ class DashBoardActivity :
checkIsFirstEntered()
setTabLayout()
setViewPager()
setTravelerName()
initSettingBtnClickListener()
initCreateTripBtnClickListener()
initOnBackPressedListener(binding.root)
}

override fun onResume() {
super.onResume()

setTravelerName()
}

private fun checkIsFirstEntered() {
if (intent.getBooleanExtra(IS_FIRST_ENTERED, false)) {
val tripId = intent.getLongExtra(TRIP_ID, 0)
Expand Down

0 comments on commit 5a2a836

Please sign in to comment.