Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[UITest] Fix failing test #1105

Merged
merged 1 commit into from
Aug 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected override void Init()
};
}

[Preserve(AllMembers = true)]
public class LayoutA : ViewCell
{
public LayoutA()
Expand Down Expand Up @@ -81,6 +82,7 @@ public LayoutA()
}
}

[Preserve(AllMembers = true)]
public class LayoutB : ViewCell
{
public LayoutB()
Expand Down Expand Up @@ -113,6 +115,7 @@ public LayoutB()
}
}

[Preserve(AllMembers = true)]
public class LayoutTemplateSelector : DataTemplateSelector
{
public DataTemplate LayoutA { get; set; }
Expand Down