mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-08 07:08:39 +01:00
- prevented crash when printing a notification after deletion.
This commit is contained in:
parent
f0862e3903
commit
8c48c9a567
@ -1723,9 +1723,9 @@
|
||||
(api-client:delete-all-notifications
|
||||
(lambda (notification)
|
||||
(with-enqueued-process ()
|
||||
(let* ((message (format nil
|
||||
(_ "Deleting: ~a")
|
||||
(api-client:notification->text notification)))
|
||||
(let* ((message (tui:make-tui-string (format nil
|
||||
(_ "Deleting: ~a")
|
||||
(api-client:notification->text notification))))
|
||||
(row (make-instance 'line-oriented-window:line
|
||||
:fields (list :original-object notification)
|
||||
:normal-text message
|
||||
|
Loading…
x
Reference in New Issue
Block a user