mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Save section expand state in Info memento.
This commit is contained in:
@@ -288,7 +288,10 @@ void showPeerHistory(
|
||||
auto ms = getms();
|
||||
LOG(("Show Peer Start"));
|
||||
if (auto m = App::main()) {
|
||||
m->ui_showPeerHistory(peer, Window::SectionShow(), msgId);
|
||||
m->ui_showPeerHistory(
|
||||
peer,
|
||||
Window::SectionShow::Way::ClearStack,
|
||||
msgId);
|
||||
}
|
||||
LOG(("Show Peer End: %1").arg(getms() - ms));
|
||||
}
|
||||
|
Reference in New Issue
Block a user