Skip to content

fix: treat only home-action skills as launcher abilities - #64

Open
tonycoder-hub wants to merge 1 commit into
codematrixer:masterfrom
tonycoder-hub:cursor/fix-launcher-ability-check-aadd
Open

fix: treat only home-action skills as launcher abilities#64
tonycoder-hub wants to merge 1 commit into
codematrixer:masterfrom
tonycoder-hub:cursor/fix-launcher-ability-check-aadd

Conversation

@tonycoder-hub

Copy link
Copy Markdown

get_app_abilities used or, so any non-empty skills list was marked launcher. Empty skills hit skills[0] and the ability was dropped. Use and and guard missing or empty actions.

Device-free tests with fixture bm dump JSON.

Signed-off-by: Tony Coder 407243179@qq.com

get_app_abilities used `or`, so any non-empty skills list was marked
launcher. Empty skills hit skills[0] and the ability was dropped.
Use `and` and guard missing or empty actions.

Signed-off-by: Tony Coder <407243179@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant