Merge branch '4.6.0'
This commit is contained in:
Коммит
f6c3d99dc1
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче