Fixed export error on Android SDK <= 28

This commit is contained in:
Imran Remtulla
2022-12-25 22:29:39 -05:00
parent 6f27f64699
commit 7a3d74bd05
9 changed files with 21 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ class _ImportExportPageState extends State<ImportExportPage> {
showError(
tr('exportedTo', args: [path]),
context);
}).catchError((e) {
showError(e, context);
});
},
child: Text(tr('obtainiumExport')))),