fix: failed to set steps option of android swipe action

This commit is contained in:
xucong.053
2022-11-09 18:20:29 +08:00
parent 623b455082
commit 85ff696f47
3 changed files with 23 additions and 3 deletions
+2
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