mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #1665 from eclairevoyant/master
fix: hide "Show more" button when hiding comment replies
This commit is contained in:
commit
76b01a1812
@ -111,7 +111,10 @@ class CommentsAdapter(
|
||||
}
|
||||
}
|
||||
}
|
||||
else -> repliesAdapter.clear()
|
||||
else -> {
|
||||
repliesAdapter.clear()
|
||||
showMore.visibility = View.GONE
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user