Fix build
This commit is contained in:
parent
ccf4b90bff
commit
2485d70d69
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <--
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue