summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Forms.cs
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-07-10 11:11:16 +0900
commit82518bbd84f61a82cee92b8eede4ceb0dce8f375 (patch)
treec400fd3f7419ec122b6ce522760fe6a489634d63 /Xamarin.Forms.Platform.Tizen/Forms.cs
parent74af5c896efbf79d9895e0088527d914a5c1c8e4 (diff)
downloadxamarin-forms-82518bbd84f61a82cee92b8eede4ceb0dce8f375.tar.gz
xamarin-forms-82518bbd84f61a82cee92b8eede4ceb0dce8f375.tar.bz2
xamarin-forms-82518bbd84f61a82cee92b8eede4ceb0dce8f375.zip
Set Device.OS to TargetPlatform.Tizen
Change-Id: Iba1e004067e90406b90389763615ad6dfacc4c73
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Forms.cs')
-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.