fix: navbar breaking on return to comments fragment
This commit is contained in:
parent
e31d2ada4f
commit
ca482ea9d4
1 changed files with 0 additions and 1 deletions
|
@ -370,7 +370,6 @@ class CommentsFragment : Fragment() {
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
super.onResume()
|
super.onResume()
|
||||||
tag = null
|
tag = null
|
||||||
binding.commentsList.setBaseline(activity.navBar, activity.binding.commentInputLayout)
|
|
||||||
section.groups.forEach {
|
section.groups.forEach {
|
||||||
if (it is CommentItem && it.containsGif()) {
|
if (it is CommentItem && it.containsGif()) {
|
||||||
it.notifyChanged()
|
it.notifyChanged()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue