()
| 328 | } |
| 329 | |
| 330 | async initDecryptMessage() { |
| 331 | this.decryptMessageCtrl = await createController('decryptCont'); |
| 332 | return this.decryptMessageCtrl.id; |
| 333 | } |
| 334 | |
| 335 | openPopupDecryptMessage({armored}) { |
| 336 | this.decryptMessageCtrl.on('decrypt-message-init', async options => { |
nothing calls this directly
no test coverage detected