mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-09-16 07:48:13 -04:00
Removed Exporting successful toast on auto backup
This commit is contained in:
1 parent
838f50efb2
commit
63669734b2
1 file changed
+2
-3
@@ -152,9 +152,8 @@ fun Context.backupNotes() {
|
||||
showErrorToast(e)
|
||||
}
|
||||
|
||||
when (exportResult) {
|
||||
ExportResult.EXPORT_OK -> toast(R.string.exporting_successful)
|
||||
else -> toast(R.string.exporting_failed)
|
||||
if (exportResult == ExportResult.EXPORT_FAIL) {
|
||||
toast(R.string.exporting_failed)
|
||||
}
|
||||
|
||||
config.lastAutoBackupTime = DateTime.now().millis
|
||||
|
||||
Reference in new issue
Block a user