Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Fix ExportRenderer (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroot committed May 14, 2020
1 parent e16a306 commit b99f1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using XStepperRenderer = Xamarin.Forms.Platform.Tizen.StepperRenderer;
using CStepperRenderer = Tizen.Wearable.CircularUI.Forms.Renderer.StepperRenderer;

[assembly: ExportRenderer(typeof(ListView), typeof(CStepperRenderer))]
[assembly: ExportRenderer(typeof(Stepper), typeof(CStepperRenderer))]
namespace Tizen.Wearable.CircularUI.Forms.Renderer
{
public class StepperRenderer : XStepperRenderer
Expand Down

0 comments on commit b99f1a8

Please sign in to comment.