mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 13:12:50 +02:00
parent
2dd5f80468
commit
01e313e56b
1 changed files with 3 additions and 0 deletions
|
@ -447,6 +447,9 @@ void SavedMessages::applySublistDeleted(not_null<PeerData*> sublistPeer) {
|
|||
if (ranges::contains(_lastSublists, not_null(raw))) {
|
||||
reorderLastSublists();
|
||||
}
|
||||
if (_activeSubsectionSublist == raw) {
|
||||
_activeSubsectionSublist = nullptr;
|
||||
}
|
||||
|
||||
_sublistDestroyed.fire(raw);
|
||||
session().changes().sublistUpdated(
|
||||
|
|
Loading…
Add table
Reference in a new issue