mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Attempt to fix a crash in pinned message translations.
This commit is contained in:
@@ -6564,6 +6564,8 @@ void HistoryWidget::checkPinnedBarState() {
|
||||
_list->setShownPinned(
|
||||
session().data().message(
|
||||
_pinnedTracker->currentMessageId().message));
|
||||
} else {
|
||||
_list->setShownPinned(nullptr);
|
||||
}
|
||||
return std::move(content);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user