mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix empty chat history after custom themed chat.
This commit is contained in:
parent
2e1981c5a6
commit
2163957299
1 changed files with 2 additions and 1 deletions
|
@ -2204,7 +2204,8 @@ void HistoryWidget::showHistory(
|
|||
refreshTopBarActiveChat();
|
||||
updateTopBarSelection();
|
||||
checkMessagesTTL();
|
||||
|
||||
// Restore default theme.
|
||||
controller()->setChatStyleTheme(controller()->defaultChatTheme());
|
||||
clearFieldText();
|
||||
doneShow();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue