mobile: fix crash on moving notebook when no notebooks selected

This commit is contained in:
Ammar Ahmed
2025-07-12 14:31:00 +05:00
parent 867af58695
commit 82de9b9b94
5 changed files with 30 additions and 11 deletions

View File

@@ -2485,5 +2485,6 @@ Use this if changes from other devices are not appearing on this device. This wi
yourArchiveIsEmpty: () => t`Your archive is empty`,
unarchive: () => t`Unarchive`,
moveNotebookDesc: () =>
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`,
noNotebooksSelectedToMove: () => t`No notebooks selected to move`
};