Skip to content

Commit

Permalink
Merge e2bed82 into 803444d
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Mokhnach committed Sep 23, 2018
2 parents 803444d + e2bed82 commit 8b0f0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ helpers.initDevice = async function (adb, opts) {
if (opts.unicodeKeyboard) {
defaultIME = await helpers.initUnicodeKeyboard(adb);
}
if (_.isUndefined(opts.unlockType)) {
if (_.isUndefined(opts.unlockType) && !opts.skipUnlock) {
await helpers.pushUnlock(adb);
}
return defaultIME;
Expand Down

0 comments on commit 8b0f0f3

Please sign in to comment.