Fix sharing bug

This commit is contained in:
Oupson 2021-02-21 16:07:06 +01:00
parent 5d44b35882
commit 18158e9148
1 changed files with 2 additions and 2 deletions

View File

@ -438,8 +438,8 @@ class CreatorActivity : AppCompatActivity() {
}
}
override fun onStop() {
super.onStop()
override fun onDestroy() {
super.onDestroy()
val deleteResult = File(filesDir, "images").deleteRecursively()
if (BuildConfig.DEBUG)