mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
: Dialogs::RowDescriptor();
|
||||||
} else if (key().settingsSelf()
|
} else if (key().settingsSelf()
|
||||||
|| key().isDownloads()
|
|| key().isDownloads()
|
||||||
|
|| key().reactionsContextId()
|
||||||
|| key().poll()
|
|| key().poll()
|
||||||
|| key().statisticsTag().peer) {
|
|| key().statisticsTag().peer) {
|
||||||
return Dialogs::RowDescriptor();
|
return Dialogs::RowDescriptor();
|
||||||
|
|
Loading…
Add table
Reference in a new issue