delete cache on exit

This commit is contained in:
Jonathan Fisher 2020-11-16 19:26:37 +00:00
parent 903a3a06ad
commit 2cead5058f
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ class GemActivity : AppCompatActivity() {
}else{
println("Ariane history is empty - exiting")
super.onBackPressed()
cacheDir.deleteRecursively()
}
}
}