mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Fixed export error on Android SDK <= 28
This commit is contained in:
@@ -66,6 +66,8 @@ class _ImportExportPageState extends State<ImportExportPage> {
|
||||
showError(
|
||||
tr('exportedTo', args: [path]),
|
||||
context);
|
||||
}).catchError((e) {
|
||||
showError(e, context);
|
||||
});
|
||||
},
|
||||
child: Text(tr('obtainiumExport')))),
|
||||
|
Reference in New Issue
Block a user