From c1ccbbf87344e43ee79ccefe9c806f98025f7e48 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Fri, 23 Jun 2017 10:03:34 +0900 Subject: Remove unnecessaray parameter of TizenDeviceInfo Change-Id: I42b2f56a971ef25e49cafbc0c7822988bb60b371 --- Xamarin.Forms.Platform.Tizen/Forms.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xamarin.Forms.Platform.Tizen/Forms.cs b/Xamarin.Forms.Platform.Tizen/Forms.cs index 57fc6050..85b37aed 100644 --- a/Xamarin.Forms.Platform.Tizen/Forms.cs +++ b/Xamarin.Forms.Platform.Tizen/Forms.cs @@ -78,7 +78,7 @@ namespace Xamarin.Forms.Platform.Tizen } } - public TizenDeviceInfo(FormsApplication formsApplication) + public TizenDeviceInfo() { int width = 0; int height = 0; @@ -179,7 +179,7 @@ namespace Xamarin.Forms.Platform.Tizen Device.info = null; } - Device.Info = new Forms.TizenDeviceInfo(application); + Device.Info = new Forms.TizenDeviceInfo(); if (!Forms.IsInitialized) { -- cgit v1.2.3