Skip to content

Commit

Permalink
[chore] #119 누락된코드추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Aug 24, 2023
1 parent a68c18a commit 2f2e3d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class DetailActivity : BindingActivity<ActivityDetailBinding>(R.layout.activity_

is UiState.Failure -> {
snackBar(binding.root) { state.msg }
finish()
}

else -> Timber.tag("failure").e(MSG_DETAIL_ERROR)
Expand Down

0 comments on commit 2f2e3d8

Please sign in to comment.