diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/helpers/RootHelpers.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/helpers/RootHelpers.kt index ab2978cf..6546c910 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/helpers/RootHelpers.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/helpers/RootHelpers.kt @@ -19,14 +19,6 @@ class RootHelpers { callback(true) super.commandOutput(id, line) } - - override fun commandTerminated(id: Int, reason: String?) { - super.commandTerminated(id, reason) - } - - override fun commandCompleted(id: Int, exitcode: Int) { - super.commandCompleted(id, exitcode) - } } try { @@ -67,10 +59,6 @@ class RootHelpers { super.commandOutput(id, line) } - override fun commandTerminated(id: Int, reason: String?) { - super.commandTerminated(id, reason) - } - override fun commandCompleted(id: Int, exitcode: Int) { callback(files) super.commandCompleted(id, exitcode)