We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1a1df commit 9fdc71bCopy full SHA for 9fdc71b
1 file changed
common/src/main/java/com/omarea/common/shell/ShellTranslation.kt
@@ -359,13 +359,12 @@ class ShellTranslation(val context: Context) {
359
.removePrefix("am:[")
360
.removeSuffix("]")
361
.trim()
362
-
363
if (args.equals("help", true)) {
364
return getAmHelp()
365
} else if (args.isNotEmpty()) {
366
onAm(args)
367
}
368
- return ""
+ return
369
370
371
var result = originRow
0 commit comments