Skip to content

Commit 9fdc71b

Browse files
committed
Upload file
1 parent 7f1a1df commit 9fdc71b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

common/src/main/java/com/omarea/common/shell/ShellTranslation.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,12 @@ class ShellTranslation(val context: Context) {
359359
.removePrefix("am:[")
360360
.removeSuffix("]")
361361
.trim()
362-
363362
if (args.equals("help", true)) {
364363
return getAmHelp()
365364
} else if (args.isNotEmpty()) {
366365
onAm(args)
367366
}
368-
return ""
367+
return
369368
}
370369

371370
var result = originRow

0 commit comments

Comments
 (0)