Skip to content

Commit

Permalink
Fix sharing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oupson committed Feb 21, 2021
1 parent 5d44b35 commit 18158e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 18158e9

Please sign in to comment.