[network/ruqola] src/widgets/room: Disable for the moment
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 38aa82f097142da60a4d53ac693e3af96f70c672 by Laurent Montel.
Committed on 30/07/2026 at 06:36.
Pushed by mlaurent into branch 'master'.
Disable for the moment
M +2 -0 src/widgets/room/messagelistview.cpp
https://invent.kde.org/network/ruqola/-/commit/38aa82f097142da60a4d53ac693e3af96f70c672
diff --git a/src/widgets/room/messagelistview.cpp b/src/widgets/room/messagelistview.cpp
index d61185ebe0..ae8947e825 100644
--- a/src/widgets/room/messagelistview.cpp
+++ b/src/widgets/room/messagelistview.cpp
@@ -203,6 +203,8 @@ void MessageListView::slotVerticalScrollbarChanged(int value)
void MessageListView::updateNewMessageIndicatorVisibility()
{
+ return; // TODO reactivate when all is ok
+
const auto *vbar = verticalScrollBar();
const bool notAtBottom = vbar->value() < vbar->maximum();
const bool hasUnread = mRoom && (mRoom->unread() > 0);