Skip to content

Commit

Permalink
Automated dotnet-format update (#1610)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 12, 2021
1 parent 920d192 commit bcf9ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class CompatibilityViewModel : BaseGalleryViewModel

new SectionModel(typeof(RefreshViewPage), "RefreshView",
"RefreshView is a container control that provides pull-to-refresh functionality for scrollable content."),

new SectionModel(typeof(SwipeViewPage), "SwipeView",
"RefreshView is a container control that provides pull-to-refresh functionality for scrollable content."),

Expand Down
4 changes: 2 additions & 2 deletions src/Core/src/Platform/iOS/LayoutView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public override void LayoutSubviews()
CrossPlatformMeasure?.Invoke(bounds.Width, bounds.Height);
CrossPlatformArrange?.Invoke(bounds);
}

static bool? respondsToSafeArea;

bool RespondsToSafeArea()
{
if (respondsToSafeArea.HasValue)
Expand Down

0 comments on commit bcf9ee7

Please sign in to comment.