mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 01:58:51 +02:00
deleteItemsFromTrash reused the "restoreItems" task id from restoreItemsFromTrash (copy-paste), so a permanent-delete and a restore running close together shared the same status entry: the one that finished first cleared the other's progress indicator, and the displayed status text could reflect the wrong operation. Give the delete task its own "deleteItems" id. Signed-off-by: zigzagdev <msts.oo0131@gmail.com>