mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Fix possible crash in custom notifications.
This commit is contained in:
@@ -826,6 +826,9 @@ void Notification::toggleActionButtons(bool visible) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Notification::showReplyField() {
|
void Notification::showReplyField() {
|
||||||
|
if (!_item) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
activateWindow();
|
activateWindow();
|
||||||
|
|
||||||
if (_replyArea) {
|
if (_replyArea) {
|
||||||
|
Reference in New Issue
Block a user