From: Kangho Hur Date: Thu, 27 Apr 2017 04:23:36 +0000 (+0900) Subject: use default orientation for toast X-Git-Tag: accepted/tizen/unified/20170427.164231~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81a8239fcfc8bf4a1e4c9f7bbbd6f557088f5c43;p=platform%2Fcore%2Fcsapi%2Fxamarin-forms-extension.git use default orientation for toast Change-Id: Ib19e27aea05eb7624696574278042d8799813849 --- diff --git a/Tizen.Xamarin.Forms.Extension.Renderer/ToastImplementation.cs b/Tizen.Xamarin.Forms.Extension.Renderer/ToastImplementation.cs index 549e352..9c7567a 100644 --- a/Tizen.Xamarin.Forms.Extension.Renderer/ToastImplementation.cs +++ b/Tizen.Xamarin.Forms.Extension.Renderer/ToastImplementation.cs @@ -48,7 +48,6 @@ namespace Tizen.Xamarin.Forms.Extension.Renderer { _control = new EPopup(TForms.Context.MainWindow) { - Orientation = ElmSharp.PopupOrientation.Bottom, Style = DefaultStyle, AllowEvents = true, };