use default orientation for toast 02/127302/1
authorKangho Hur <kangho.hur@samsung.com>
Thu, 27 Apr 2017 04:23:36 +0000 (13:23 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Thu, 27 Apr 2017 04:23:36 +0000 (13:23 +0900)
Change-Id: Ib19e27aea05eb7624696574278042d8799813849

Tizen.Xamarin.Forms.Extension.Renderer/ToastImplementation.cs

index 549e352..9c7567a 100644 (file)
@@ -48,7 +48,6 @@ namespace Tizen.Xamarin.Forms.Extension.Renderer
         {
             _control = new EPopup(TForms.Context.MainWindow)
             {
-                Orientation = ElmSharp.PopupOrientation.Bottom,
                 Style = DefaultStyle,
                 AllowEvents = true,
             };