Skip to content

Commit

Permalink
[FIX] #105 - Fix Dialog Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb1217 committed Jul 17, 2021
1 parent d7b7f6a commit 39980de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class DiaryReadActivity : BindingActivity<ActivityDiaryReadBinding>(R.layout.act
private fun observeResPetDiaryRead() {
getResPetDiaryRead()
diaryViewModel.diaryReadPet.observe(this) {
loadingDialog.dismiss()
it.data.petDiary.apply {
with(binding) {
if (episode != 0) {
Expand Down

0 comments on commit 39980de

Please sign in to comment.