From 74013448b71b0de4846dc2a732bb836a839d5d3a Mon Sep 17 00:00:00 2001 From: rkdmf1026 <50603273+rkdmf1026@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:34:07 +0900 Subject: [PATCH] #35 / Refactor based on review --- .../shortgame/createshortgame/CreateShortGameActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/sopt/uni/presentation/shortgame/createshortgame/CreateShortGameActivity.kt b/app/src/main/java/sopt/uni/presentation/shortgame/createshortgame/CreateShortGameActivity.kt index 93e2c3dc..460ff7db 100644 --- a/app/src/main/java/sopt/uni/presentation/shortgame/createshortgame/CreateShortGameActivity.kt +++ b/app/src/main/java/sopt/uni/presentation/shortgame/createshortgame/CreateShortGameActivity.kt @@ -86,7 +86,7 @@ class CreateShortGameActivity : missionAdapter.submitList(it) } viewModel.isCreateSuccess.observe(this) { - if (it == true) { + if (it) { MissionRecordActivity.start( this, viewModel.roundGameId.value