mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +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() {
|
bool RepliesWidget::cornerButtonsUnreadMayBeShown() {
|
||||||
return _inner->loadedAtBottomKnown()
|
return _loaded && !_composeControls->isLockPresent();
|
||||||
&& !_composeControls->isLockPresent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RepliesWidget::cornerButtonsHas(CornerButtonType type) {
|
bool RepliesWidget::cornerButtonsHas(CornerButtonType type) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue