mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Implement pop up add account menu (for Google Account).
This commit is contained in:
parent
9125816d07
commit
d294906a65
8 changed files with 64 additions and 1 deletions
|
@ -331,6 +331,16 @@ module.exports = function(options) {
|
|||
)
|
||||
])
|
||||
})
|
||||
.on('account.add', function(channel, responseChannel) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
channel
|
||||
, wireutil.transaction(
|
||||
responseChannel
|
||||
, new wire.AccountAddMenuMessage()
|
||||
)
|
||||
])
|
||||
})
|
||||
.on('ringer.set', function(channel, responseChannel, data) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue