From cf9028c3d6c49f05243b64250f9dc8d38449584b Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Tue, 12 Nov 2019 03:04:43 -0800 Subject: [PATCH] [Tizen] Enables SwipeGestureHandler (#8456) --- Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs index 0cfab87..3c54dc7 100644 --- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs +++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs @@ -51,4 +51,5 @@ using Xamarin.Forms.Platform.Tizen; [assembly: ExportHandler(typeof(TapGestureRecognizer), typeof(TapGestureHandler))] [assembly: ExportHandler(typeof(PinchGestureRecognizer), typeof(PinchGestureHandler))] -[assembly: ExportHandler(typeof(PanGestureRecognizer), typeof(PanGestureHandler))] \ No newline at end of file +[assembly: ExportHandler(typeof(PanGestureRecognizer), typeof(PanGestureHandler))] +[assembly: ExportHandler(typeof(SwipeGestureRecognizer), typeof(SwipeGestureHandler))] -- 2.7.4