mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Delete zip after exporting
This commit is contained in:
@ -185,4 +185,9 @@ class AppDialog : BottomSheetDialogFragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun onDestroyView(){
|
||||||
|
super.onDestroyView()
|
||||||
|
File("$savesFolderRoot${item.titleId}.zip").delete()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user