Description
Since a long time Attachments on mobile do not work. I now know why:
The problem is, as soon as you open the file picker on mobile the app suspends. Even if its just for a short time. When you select the picture / file you want to send, you go back to the conversation view. Now you can see for a splitsecond the attachment, but it will get removed because for whatever reason the "public void Load(SignalConversation conversation)" is being called and with that you "ResetInput();" everything, hence the Attachment is going to be removed right away.
Sadly I do not know why the Load procedure is being called. On my end I added a stupid workaround with a bool "NeedToSendAttachment" in the load procedure to prevent it to "ResetInput" when you're attaching a file. It's not a (good) fix.
At least I'm now able to send Attachments from my Lumia :)
Would be nice if that gets properly fixed in the future though.