mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
remove some redundant overrides
This commit is contained in:
@ -19,14 +19,6 @@ class RootHelpers {
|
|||||||
callback(true)
|
callback(true)
|
||||||
super.commandOutput(id, line)
|
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 {
|
try {
|
||||||
@ -67,10 +59,6 @@ class RootHelpers {
|
|||||||
super.commandOutput(id, line)
|
super.commandOutput(id, line)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun commandTerminated(id: Int, reason: String?) {
|
|
||||||
super.commandTerminated(id, reason)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun commandCompleted(id: Int, exitcode: Int) {
|
override fun commandCompleted(id: Int, exitcode: Int) {
|
||||||
callback(files)
|
callback(files)
|
||||||
super.commandCompleted(id, exitcode)
|
super.commandCompleted(id, exitcode)
|
||||||
|
Reference in New Issue
Block a user