fix: failed to set steps option of android swipe action

This commit is contained in:
xucong.053
2022-11-09 18:19:57 +08:00
parent 093a4f5206
commit 951c00d9fa
3 changed files with 23 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ var (
WithText = uixt.WithText
WithID = uixt.WithID
WithDescription = uixt.WithDescription
WithDuration = uixt.WithDuration
WIthSteps = uixt.WithSteps
WithDirection = uixt.WithDirection
WithCustomDirection = uixt.WithCustomDirection
WithScope = uixt.WithScope