We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec3f7b commit 14ef306Copy full SHA for 14ef306
MiniSim/Service/Actions.swift
@@ -76,7 +76,7 @@ class CustomCommandAction: Action {
76
}
77
78
func execute() throws {
79
- if let command = CustomCommandService.getCustomCommand(platform: .android, commandName: itemName) {
+ if let command = CustomCommandService.getCustomCommand(platform: device.platform, commandName: itemName) {
80
try CustomCommandService.runCustomCommand(device, command: command)
81
82
0 commit comments