Skip to content

Commit

Permalink
fix: navbar breaking on return to comments fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Mar 29, 2024
1 parent e31d2ad commit ca482ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

1 comment on commit ca482ea

@rebelonion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I'm still not 100% sure why, but returning to the comment page with that there caused the navbar to disappear

Please sign in to comment.