fix(comments): force scroll

This commit is contained in:
aayush262 2024-03-03 23:05:19 +05:30
parent 286297aa38
commit 26b3f50fe0

View file

@ -359,7 +359,6 @@ class CommentsFragment : Fragment() {
super.onResume() super.onResume()
tag = null tag = null
adapter.notifyDataSetChanged() adapter.notifyDataSetChanged()
(activity as? MediaDetailsActivity)?.binding?.mediaAppBar?.setExpanded(false, true)
} }
enum class InteractionState { enum class InteractionState {