Skip to content

Commit

Permalink
Platform.CreateRenderer is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Elashi committed Nov 15, 2019
1 parent caba721 commit 086d25f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void UpdateContent()
if (packed != null)
RemoveView(packed.View);

packed = Platform.CreateRenderer(RefreshView.Content);
packed = Platform.CreateRendererWithContext(RefreshView.Content, Context);

try
{
Expand Down

0 comments on commit 086d25f

Please sign in to comment.