mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-24 04:20:07 +01:00
Removed Exporting successful toast on auto backup
This commit is contained in:
parent
838f50efb2
commit
63669734b2
@ -152,9 +152,8 @@ fun Context.backupNotes() {
|
|||||||
showErrorToast(e)
|
showErrorToast(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
when (exportResult) {
|
if (exportResult == ExportResult.EXPORT_FAIL) {
|
||||||
ExportResult.EXPORT_OK -> toast(R.string.exporting_successful)
|
toast(R.string.exporting_failed)
|
||||||
else -> toast(R.string.exporting_failed)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.lastAutoBackupTime = DateTime.now().millis
|
config.lastAutoBackupTime = DateTime.now().millis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user