This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 61bb868
committed
[[ Bug 21172 ]] Fix revMail on mobile
Adding the common library to mobile caused the revMail function to break.
`pass revMail` was added to the handler, but the engine did not support that method.
Replaced the `pass` with a call to `mobileComposeMail` to restore functionality
On iPhone this should be a good solution (looking at the source code). The calls for revMail are much simpler for Android, but the end result should be the same.1 parent a649114 commit 61bb868
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | | - | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments