mobile: fix backup success toast

This commit is contained in:
Ammar Ahmed
2024-08-13 15:40:10 +05:00
parent 4e5762be45
commit 031a1b31b4

View File

@@ -240,7 +240,8 @@ const restoreBackup = async (options: {
}
ToastManager.show({
heading: "Backup restored successfully"
heading: "Backup restored successfully",
type: "success"
});
await db.initCollections();