Skip to content

Commit

Permalink
Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed May 14, 2021
1 parent 2c9f188 commit 14011d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Core/src/Handlers/View/ViewHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ public abstract partial class ViewHandler : IViewHandler
{
[nameof(IView.AutomationId)] = MapAutomationId,
[nameof(IView.Visibility)] = MapVisibility,
[nameof(IView.Frame)] = MapFrame,
[nameof(IView.IsVisible)] = MapIsVisible,
[nameof(IView.Visibility)] = MapVisibility,
[nameof(IView.Background)] = MapBackground,
[nameof(IView.Width)] = MapWidth,
[nameof(IView.Height)] = MapHeight,
Expand Down

0 comments on commit 14011d9

Please sign in to comment.