mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +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