mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 17:36:16 +00:00
fix: navbar breaking on return to comments fragment
This commit is contained in:
@@ -370,7 +370,6 @@ class CommentsFragment : Fragment() {
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
tag = null
|
||||
binding.commentsList.setBaseline(activity.navBar, activity.binding.commentInputLayout)
|
||||
section.groups.forEach {
|
||||
if (it is CommentItem && it.containsGif()) {
|
||||
it.notifyChanged()
|
||||
|
||||
Reference in New Issue
Block a user