Skip to content

Commit

Permalink
Remove IndicatorView Error
Browse files Browse the repository at this point in the history
Fixed in Xamarin.Forms v5.0
  • Loading branch information
TheCodeTraveler committed Dec 20, 2020
1 parent 2a5375e commit a05fa58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions GitTrends/Pages/Onboarding/BaseOnboardingContentPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ public OnboardingIndicatorView(in int position)

Margin = new Thickness(30, 0, 0, 0);

#if AppStore
#error IdicatorView Regression https://github.com/xamarin/Xamarin.Forms/issues/12028
#endif
HorizontalOptions = LayoutOptions.Start;
AutomationId = OnboardingAutomationIds.PageIndicator;

Expand Down

0 comments on commit a05fa58

Please sign in to comment.