Skip to content

Commit 18158e9

Browse files
committed
Fix sharing bug
1 parent 5d44b35 commit 18158e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-test/src/main/java/oupson/apngcreator/activities/CreatorActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ class CreatorActivity : AppCompatActivity() {
438438
}
439439
}
440440

441-
override fun onStop() {
442-
super.onStop()
441+
override fun onDestroy() {
442+
super.onDestroy()
443443

444444
val deleteResult = File(filesDir, "images").deleteRecursively()
445445
if (BuildConfig.DEBUG)

0 commit comments

Comments
 (0)