Fix build

This commit is contained in:
Jobobby04 2023-08-12 13:53:33 -04:00
parent ccf4b90bff
commit 2485d70d69

View File

@ -130,7 +130,7 @@ class BackupRestorer(
backupManager.restoreSavedSearches(backupSavedSearches)
restoreProgress += 1
showRestoreProgress(restoreProgress, restoreAmount, context.getString(R.string.saved_searches))
showRestoreProgress(restoreProgress, restoreAmount, context.getString(R.string.saved_searches), context.getString(R.string.restoring_backup))
}
// SY <--