mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix possible crash in custom notifications.
This commit is contained in:
committed by
RadRussianRus
parent
bddf8b0c46
commit
e8ad836ad2
@@ -826,6 +826,9 @@ void Notification::toggleActionButtons(bool visible) {
|
||||
}
|
||||
|
||||
void Notification::showReplyField() {
|
||||
if (!_item) {
|
||||
return;
|
||||
}
|
||||
activateWindow();
|
||||
|
||||
if (_replyArea) {
|
||||
|
Reference in New Issue
Block a user