mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-19 01:50: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)
|
||||
}
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user