From f05fd0b37d0f73ad4463b338ac0b207ce6eb36b3 Mon Sep 17 00:00:00 2001 From: kangyuri1114 Date: Tue, 24 Oct 2023 18:27:21 +0900 Subject: [PATCH] =?UTF-8?q?[MOD/#8]=20=ED=94=84=EB=9E=98=EA=B7=B8=EB=A8=BC?= =?UTF-8?q?=ED=8A=B8=20=EC=B4=88=EA=B8=B0=ED=99=94=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/sopt/dosopttemplate/presentation/BnvActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/sopt/dosopttemplate/presentation/BnvActivity.kt b/app/src/main/java/org/sopt/dosopttemplate/presentation/BnvActivity.kt index 9867913..91237fe 100644 --- a/app/src/main/java/org/sopt/dosopttemplate/presentation/BnvActivity.kt +++ b/app/src/main/java/org/sopt/dosopttemplate/presentation/BnvActivity.kt @@ -69,7 +69,7 @@ class BnvActivity : AppCompatActivity() { if (currentFragment == null) { supportFragmentManager.beginTransaction() - .add(containerViewId, Fragment()) + .add(containerViewId, fragment) .commit() } }