mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix crash in narrow column reactions view.
This commit is contained in:
parent
e5bb5b75fe
commit
cf2dbe50a1
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ Dialogs::RowDescriptor WrapWidget::activeChat() const {
|
|||
: Dialogs::RowDescriptor();
|
||||
} else if (key().settingsSelf()
|
||||
|| key().isDownloads()
|
||||
|| key().reactionsContextId()
|
||||
|| key().poll()
|
||||
|| key().statisticsTag().peer) {
|
||||
return Dialogs::RowDescriptor();
|
||||
|
|
Loading…
Add table
Reference in a new issue