mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-22 21:55:03 -04:00
remove some redundant overrides
This commit is contained in:
1 parent
fbda19ecc1
commit
f7156ace2b
1 file changed
-12
@@ -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)
|
||||
|
||||
Reference in new issue
Block a user