summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs b/Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs
index 94899011..c74d2e3e 100644
--- a/Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs
+++ b/Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs
@@ -83,7 +83,7 @@ namespace Xamarin.Forms.Platform.Tizen
return nativeSpan;
}
- internal void SendCellPropertyChanged(Cell cell, GenListItem item, string property)
+ public void SendCellPropertyChanged(Cell cell, GenItem item, string property)
{
Dictionary<string, EvasObject> realizedView = null;
_realizedNativeViews.TryGetValue(cell, out realizedView);
@@ -103,7 +103,7 @@ namespace Xamarin.Forms.Platform.Tizen
}
}
- internal void SendUnrealizedCell(Cell cell)
+ public void SendUnrealizedCell(Cell cell)
{
Dictionary<string, EvasObject> realizedView = null;
_realizedNativeViews.TryGetValue(cell, out realizedView);