This commit is contained in:
Rui Marinho 2020-03-24 11:40:01 +00:00
Родитель a715c5d06c 759f547a7c
Коммит f6c3d99dc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 924E81B5DB553385
3 изменённых файлов: 5 добавлений и 2 удалений

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

@ -35,6 +35,8 @@ namespace Xamarin.Forms.Controls.Issues
protected override void Init()
{
Device.SetFlags(new List<string> { ExperimentalFlags.SwipeViewExperimental });
_rightSwipeCountLabel = new Label
{
AutomationId = RightCountLabelId,

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

@ -24,11 +24,12 @@ namespace Xamarin.Forms.Controls.Issues
const string LeftCountLabelId = "LeftCountLabel";
int _leftCount;
Label _leftSwipeCountLabel;
protected override void Init()
{
Device.SetFlags(new List<string> { ExperimentalFlags.SwipeViewExperimental });
Title = PageTitle;
_leftSwipeCountLabel = new Label

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

@ -114,7 +114,7 @@ stages:
matrix:
BuildForVS2017:
buildForVS2017: 'true'
imageName : 'macOS-10.14'
imageName : 'macOS-10.15'
BuildForVS2019:
buildForVS2017: 'false'
imageName : 'macOS-10.15'