Remove unnecessaray parameter of TizenDeviceInfo
authorKangho Hur <kangho.hur@samsung.com>
Fri, 23 Jun 2017 01:03:34 +0000 (10:03 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 10 Jul 2017 02:11:27 +0000 (11:11 +0900)
Change-Id: I42b2f56a971ef25e49cafbc0c7822988bb60b371

Xamarin.Forms.Platform.Tizen/Forms.cs

index 57fc605..85b37ae 100644 (file)
@@ -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)
                        {