|
@@ -350,7 +350,7 @@ class HomeFragment : BaseMVPFragment<FragmentHomeLayoutBinding, HomePresenter>()
|
|
mViewBinding.tvNoticeContent.text = data.rows[0].title
|
|
mViewBinding.tvNoticeContent.text = data.rows[0].title
|
|
noticeId = data.rows[0].id
|
|
noticeId = data.rows[0].id
|
|
} else {
|
|
} else {
|
|
- mViewBinding.bgAnnouncement.visibility = View.INVISIBLE
|
|
|
|
|
|
+ mViewBinding.bgAnnouncement.visibility = View.GONE
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|