mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01: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