mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix unread mentions / reactions button in topics.
This commit is contained in:
parent
37308cde21
commit
996b6bf46a
1 changed files with 1 additions and 2 deletions
|
@ -1803,8 +1803,7 @@ std::optional<bool> RepliesWidget::cornerButtonsDownShown() {
|
|||
}
|
||||
|
||||
bool RepliesWidget::cornerButtonsUnreadMayBeShown() {
|
||||
return _inner->loadedAtBottomKnown()
|
||||
&& !_composeControls->isLockPresent();
|
||||
return _loaded && !_composeControls->isLockPresent();
|
||||
}
|
||||
|
||||
bool RepliesWidget::cornerButtonsHas(CornerButtonType type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue