Skip to content

Commit

Permalink
[MOD/#8] 프래그먼트 초기화 함수 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Oct 24, 2023
1 parent 57aeaa6 commit f05fd0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BnvActivity : AppCompatActivity() {

if (currentFragment == null) {
supportFragmentManager.beginTransaction()
.add(containerViewId, Fragment())
.add(containerViewId, fragment)
.commit()
}
}
Expand Down

0 comments on commit f05fd0b

Please sign in to comment.