fix: navbar breaking on return to comments fragment

This commit is contained in:
rebelonion 2024-03-29 17:53:50 -05:00
parent e31d2ada4f
commit ca482ea9d4

View file

@ -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()