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

Commit

Permalink
Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Nov 8, 2018
1 parent 5cdf375 commit 2ae139e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ void UpdateContentEdge(Thickness? delta = null)
_paddingDeltaPix = delta ?? new Thickness();
UpdatePadding();
}
<<<<<<< HEAD

float IBorderVisualElementRenderer.ShadowRadius => ShadowRadius;
float IBorderVisualElementRenderer.ShadowDx => ShadowDx;
Expand All @@ -475,7 +474,5 @@ void UpdateContentEdge(Thickness? delta = null)

return _platformElementConfiguration;
}
=======
>>>>>>> fab71ee1... Remove debugging code; remove outdated todos; remove unnecessary comments
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<Compile Include="BackgroundManager.cs" />
<Compile Include="AppCompat\ILifeCycleState.cs" />
<Compile Include="BorderBackgroundManager.cs" />
<Compile Include="ButtonBackgroundTracker.cs" />
<Compile Include="CollectionView\CarouselViewRenderer.cs" />
<Compile Include="CollectionView\DataChangeObserver.cs" />
<Compile Include="CollectionView\EmptyViewAdapter.cs" />
Expand Down Expand Up @@ -157,10 +156,8 @@
<Compile Include="LayoutExtensions.cs" />
<Compile Include="PowerSaveModeBroadcastReceiver.cs" />
<Compile Include="Renderers\AHorizontalScrollView.cs" />
<Compile Include="Renderers\AlignmentExtensions.cs" />
<Compile Include="Renderers\BorderDrawable.cs" />
<Compile Include="Renderers\ButtonRenderer.cs" />
<Compile Include="Renderers\ButtonDrawable.cs" />
<Compile Include="Renderers\AlignmentExtensions.cs" />
<Compile Include="CollectionView\CollectionViewRenderer.cs" />
<Compile Include="Renderers\ConditionalFocusLayout.cs" />
Expand Down

0 comments on commit 2ae139e

Please sign in to comment.