From 277af33ab0b4c59395eefa1e36dda33ecf879bef Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 10 Nov 2022 22:44:04 -0600 Subject: [PATCH] Update automatic-backup.md Fixed incorrect sentence idea --- docs/docs/usage/automatic-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/automatic-backup.md b/docs/docs/usage/automatic-backup.md index 34b8356ea7156..9018fee22d797 100644 --- a/docs/docs/usage/automatic-backup.md +++ b/docs/docs/usage/automatic-backup.md @@ -31,5 +31,5 @@ A native Android notification shows up when the background upload is in progress :::note * The app must be in the background for the backup worker to start running. * It is a well-known problem that some Android models are very strict with battery optimization settings, which can cause a problem with the background worker. Please visit [Don't kill my app](https://dontkillmyapp.com/) for a guide on disabling this setting on your phone. -* If you reopen the app and the first page you see is the backup page, the counts will reflect the background uploaded result. You have to navigate out of the page and come back to see the updated counts. +* If you reopen the app and the first page you see is the backup page, the counts will not reflect the background uploaded result. You have to navigate out of the page and come back to see the updated counts. :::