mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-13 08:05:08 +01:00
Delete zip after exporting
This commit is contained in:
parent
b24bf9eb91
commit
92c6eecfc8
@ -185,4 +185,9 @@ class AppDialog : BottomSheetDialogFragment() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun onDestroyView(){
|
||||
super.onDestroyView()
|
||||
File("$savesFolderRoot${item.titleId}.zip").delete()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user