Remove `?.`
This commit is contained in:
parent
9650c1d02d
commit
4010764279
|
@ -162,7 +162,7 @@ class ImportExportSavesFragment : DialogFragment() {
|
||||||
val file = DocumentFile.fromSingleUri(
|
val file = DocumentFile.fromSingleUri(
|
||||||
context, DocumentsContract.buildDocumentUri(
|
context, DocumentsContract.buildDocumentUri(
|
||||||
DocumentProvider.AUTHORITY,
|
DocumentProvider.AUTHORITY,
|
||||||
"${DocumentProvider.ROOT_ID}/temp/${lastZipCreated?.name}"
|
"${DocumentProvider.ROOT_ID}/temp/${lastZipFile.name}"
|
||||||
)
|
)
|
||||||
)!!
|
)!!
|
||||||
val intent = Intent(Intent.ACTION_SEND)
|
val intent = Intent(Intent.ACTION_SEND)
|
||||||
|
|
Reference in New Issue