summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-01-12 11:00:47 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-01-12 11:00:47 +0900
commitb16cfbd0c3a96cbfa19f87c6a98de3952c2abd53 (patch)
tree7141b28d72fff7019a6a052c64484649eb31a9fb
parent45de399e59f79267645d7eb8ac4c206b139164ff (diff)
downloadxamarin-forms-b16cfbd0c3a96cbfa19f87c6a98de3952c2abd53.tar.gz
xamarin-forms-b16cfbd0c3a96cbfa19f87c6a98de3952c2abd53.tar.bz2
xamarin-forms-b16cfbd0c3a96cbfa19f87c6a98de3952c2abd53.zip
Set Device.OS to TargetPlatform.Tizen
Change-Id: Iba1e004067e90406b90389763615ad6dfacc4c73
-rw-r--r--Xamarin.Forms.Platform.Tizen/Forms.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Forms.cs b/Xamarin.Forms.Platform.Tizen/Forms.cs
index da2d98d3..a12d9513 100644
--- a/Xamarin.Forms.Platform.Tizen/Forms.cs
+++ b/Xamarin.Forms.Platform.Tizen/Forms.cs
@@ -123,8 +123,7 @@ namespace Xamarin.Forms.Platform.Tizen
Elementary.ThemeOverlay();
}
- //TO-DO: Need to change to Tizen.
- Device.OS = TargetPlatform.Other;
+ Device.OS = TargetPlatform.Tizen;
// In .NETCore, AppDomain feature is not supported.
// The list of assemblies returned by AppDomain.GetAssemblies() method should be registered manually.