Skip to content

Commit

Permalink
#35 / Refactor based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdmf1026 committed Jul 18, 2023
1 parent 3db274e commit 7401344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CreateShortGameActivity :
missionAdapter.submitList(it)
}
viewModel.isCreateSuccess.observe(this) {
if (it == true) {
if (it) {
MissionRecordActivity.start(
this,
viewModel.roundGameId.value
Expand Down

0 comments on commit 7401344

Please sign in to comment.