mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-06 01:25:18 +00:00
Fix showing forum in a single-column layout.
This commit is contained in:
@@ -983,6 +983,9 @@ void SessionController::openForum(
|
||||
if (_openedForum.current() != forum) {
|
||||
resetFakeUnreadWhileOpened();
|
||||
}
|
||||
if (forum && _activeChatEntry.current().key.peer()) {
|
||||
clearSectionStack(params);
|
||||
}
|
||||
_openedForum = forum.get();
|
||||
if (_openedForum.current() == forum) {
|
||||
forum->forum()->destroyed(
|
||||
|
Reference in New Issue
Block a user