mirror of https://github.com/procxx/kepka.git
Fix possible crash in custom notifications.
This commit is contained in:
parent
09547bd6d5
commit
47b157bf32
|
@ -826,6 +826,9 @@ void Notification::toggleActionButtons(bool visible) {
|
|||
}
|
||||
|
||||
void Notification::showReplyField() {
|
||||
if (!_item) {
|
||||
return;
|
||||
}
|
||||
activateWindow();
|
||||
|
||||
if (_replyArea) {
|
||||
|
|
Loading…
Reference in New Issue