Skip to content

Commit

Permalink
added mac cell support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Sep 29, 2019
1 parent 6532a34 commit b07b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reloader/Xamarin.Forms.HotReload.Reloader/HotReloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public ReloaderStartupInfo Run(Application app, Configuration config = null)
App = app;
IsRunning = true;

TrySubscribeRendererPropertyChanged("Platform.RendererProperty", "CellRenderer.RendererProperty", "CellRenderer.RealCellProperty");
TrySubscribeRendererPropertyChanged("Platform.RendererProperty", "CellRenderer.RendererProperty", "CellRenderer.RealCellProperty", "CellRenderer.s_realCellProperty");

_resourceMapping = new ConcurrentDictionary<string, ReloadItem>();

Expand Down

0 comments on commit b07b6c3

Please sign in to comment.