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

View File

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