summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-01-24 09:10:19 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-04-24 13:36:51 +0900
commitc1eefd05af73a6b3a5c9a66a815453ef4e8a82ab (patch)
treee3fa3984f4a58cca9885673ddecb7306f81a88ba /Xamarin.Forms.Platform.Tizen/Renderers
parentb7a4bea557677055fc72cde96630a35479e67955 (diff)
downloadxamarin-forms-c1eefd05af73a6b3a5c9a66a815453ef4e8a82ab.tar.gz
xamarin-forms-c1eefd05af73a6b3a5c9a66a815453ef4e8a82ab.tar.bz2
xamarin-forms-c1eefd05af73a6b3a5c9a66a815453ef4e8a82ab.zip
Fix Span's markup text tag
Change-Id: Ib667d444c4bfe4726298c3befde00d9f093ff107
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Renderers')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs b/Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs
index 1fdd7fba..5aa8f780 100644
--- a/Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs
+++ b/Xamarin.Forms.Platform.Tizen/Renderers/LabelRenderer.cs
@@ -65,8 +65,6 @@ namespace Xamarin.Forms.Platform.Tizen
nativeSpan.VerticalTextAlignment = Control.VerticalTextAlignment;
nativeSpan.ForegroundColor = span.ForegroundColor.ToNative();
nativeSpan.BackgroundColor = span.BackgroundColor.ToNative();
-
-
nativeString.Spans.Add(nativeSpan);
}