Update sendviewcontroller authored by jakobsbode's avatar jakobsbode
...@@ -73,10 +73,11 @@ Describes the security state of the composition itself. ...@@ -73,10 +73,11 @@ Describes the security state of the composition itself.
![securityStates](/uploads/51cfcbdf39667ea7b2728db0aca08494/securityStates.png) ![securityStates](/uploads/51cfcbdf39667ea7b2728db0aca08494/securityStates.png)
### other ### sendInProgress
* `true`
* send in progress the client tries to send a mail at the moment. In this case we don't want the user to manipulate content or tap again on send
- the client tries to send a mail at the moment. In this case we don't want the user to manipulate content or tap again on send * `false` (default)
the user has the ability to interact with the most parts of the UI
... ...
......