Merge pull request #551 from Microsoft/master

Master
This commit is contained in:
Guillaume Perrot 2017-12-11 20:37:21 -08:00 коммит произвёл GitHub
Родитель 6a0b5581b1 5690c6bbb1
Коммит 9925c530cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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>();