mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Show a dialog for new ADB key if using device.
This commit is contained in:
@@ -86,9 +86,15 @@ module.exports = function(options) {
|
||||
))
|
||||
])
|
||||
}
|
||||
else {
|
||||
/* ask user */
|
||||
log.debug('ask user')
|
||||
else if (message.currentGroup) {
|
||||
appDealer.send([
|
||||
message.currentGroup
|
||||
, wireutil.envelope(new wire.JoinGroupByAdbFingerprintMessage(
|
||||
message.serial
|
||||
, message.fingerprint
|
||||
, message.comment
|
||||
))
|
||||
])
|
||||
}
|
||||
})
|
||||
.catch(function(err) {
|
||||
|
||||
Reference in New Issue
Block a user