Skip to content

Commit 17e41a8

Browse files
authored
Fix: GUILD DISPATCH (#3392)
* Fix_Gulid_DISPATCH * Revert "Fix_Gulid_DISPATCH" This reverts commit ba1f1f2. * Fixed_Gulid_DISPATCH * Fixed_GulidDISPATCH
1 parent a49e149 commit 17e41a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/device/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def drag(self, p1, p2, segments=1, shake=(0, 15), point_random=(-10, -10, 10, 10
167167
logger.warning(f'Control method {method} does not support drag well, '
168168
f'falling back to ADB swipe may cause unexpected behaviour')
169169
self.swipe_adb(p1, p2, duration=ensure_time(swipe_duration * 2))
170-
self.click(Button(area=(), color=(), button=area_offset(point_random, p2), name=name))
170+
self.click(Button(area=(), color=(), button=area_offset(point_random, p2), name=name ),False)

0 commit comments

Comments
 (0)