Fix text attachments in release android form apps

This commit is contained in:
Guillaume Perrot 2017-12-11 20:20:18 -08:00
Родитель 110ea65f35
Коммит 6fcda02d5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9C234D95CFD46DA9
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@ using Xamarin.Forms;
namespace Contoso.Forms.Demo.Views
{
[Android.Runtime.Preserve(AllMembers = true)]
public partial class TextAttachmentView : ContentPage
{
private readonly TaskCompletionSource<string> _taskCompletionSource = new TaskCompletionSource<string>();

Просмотреть файл

@ -4,6 +4,7 @@ using Xamarin.Forms;
namespace Contoso.Forms.Puppet.Views
{
[Android.Runtime.Preserve(AllMembers = true)]
public partial class TextAttachmentView : ContentPage
{
private readonly TaskCompletionSource<string> _taskCompletionSource = new TaskCompletionSource<string>();