mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: fix backup success toast
This commit is contained in:
@@ -240,7 +240,8 @@ const restoreBackup = async (options: {
|
||||
}
|
||||
|
||||
ToastManager.show({
|
||||
heading: "Backup restored successfully"
|
||||
heading: "Backup restored successfully",
|
||||
type: "success"
|
||||
});
|
||||
|
||||
await db.initCollections();
|
||||
|
||||
Reference in New Issue
Block a user