removing an empty line

This commit is contained in:
Tibor Kaputa 2023-07-07 19:08:56 +02:00 committed by GitHub
parent a4b4d2fb52
commit 6b7206fc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,6 @@ class DecompressActivity : SimpleActivity() {
updateCurrentPath("")
}
override fun onBackPressed() {
if (currentPath.isEmpty()) {
super.onBackPressed()