PabloG02 3 лет назад
Родитель
Сommit
4010764279

+ 1 - 1
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt

@@ -162,7 +162,7 @@ class ImportExportSavesFragment : DialogFragment() {
                 val file = DocumentFile.fromSingleUri(
                     context, DocumentsContract.buildDocumentUri(
                         DocumentProvider.AUTHORITY,
-                        "${DocumentProvider.ROOT_ID}/temp/${lastZipCreated?.name}"
+                        "${DocumentProvider.ROOT_ID}/temp/${lastZipFile.name}"
                     )
                 )!!
                 val intent = Intent(Intent.ACTION_SEND)