Skip to content

Commit

Permalink
[mod] #184 함수 내부 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Sep 9, 2023
1 parent 113ad14 commit 208cc7b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ class MainActivity : BindingActivity<ActivityMainBinding>(R.layout.activity_main
bundle.putBoolean(key, value)
val myPageFragment = MyPageFragment()
myPageFragment.arguments = bundle
val transaction = supportFragmentManager.beginTransaction()
transaction.replace(R.id.fcv_main, myPageFragment)
transaction.commit()
replace(R.id.fcv_main, myPageFragment)
binding.bnvMain.selectedItemId = R.id.menu_mypage
}
}
Expand Down

0 comments on commit 208cc7b

Please sign in to comment.