mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 22:53:26 +02:00
Fix setClipboard call.
This commit is contained in:
@@ -269,7 +269,7 @@ module.exports = syrup.serial()
|
||||
}
|
||||
|
||||
plugin.paste = function(text) {
|
||||
return setClipboard(text)
|
||||
return plugin.setClipboard(text)
|
||||
.then(function() {
|
||||
keyEvent({
|
||||
event: apk.wire.MessageType.DO_PRESS
|
||||
|
||||
Reference in New Issue
Block a user