Remember scroll state between topic openings.

This commit is contained in:
John Preston
2022-11-03 16:29:22 +04:00
parent d7f2385275
commit 0dd45de254
14 changed files with 103 additions and 28 deletions
@@ -523,7 +523,7 @@ void SessionNavigation::showRepliesForMessage(
history,
rootId,
commentId);
memento->setReplies(std::move(replies));
memento->setFromTopic(topic);
showSection(std::move(memento), params);
return;
}