Fix broken search (#1006)

This commit is contained in:
Imran Remtulla
2023-10-14 13:25:26 -04:00
parent a726b09f26
commit 9506c11951
4 changed files with 10 additions and 6 deletions

View File

@@ -141,7 +141,8 @@ class _ImportExportPageState extends State<ImportExportPage> {
}
});
appsProvider.addMissingCategories(settingsProvider);
showMessage(tr('importedX', args: [plural('apps', value)]), context);
showMessage(
tr('importedX', args: [plural('apps', value)]), context);
});
} else {
// User canceled the picker