[Tizen] Enables SwipeGestureHandler (#8456)
authorKangho Hur <rookiejava@gmail.com>
Tue, 12 Nov 2019 11:04:43 +0000 (03:04 -0800)
committerRui Marinho <me@ruimarinho.net>
Tue, 12 Nov 2019 11:04:43 +0000 (11:04 +0000)
Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs

index 0cfab87..3c54dc7 100644 (file)
@@ -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))]