From 7a27cf99aecfb3112af1d61b908d62d1808f43e5 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 12 Jun 2021 20:02:32 +0300 Subject: Touch: Revising edge swiping events Edge swiping now has its own set of commands that are posted, allowing widgets to respond more flexibly. --- src/ui/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/util.c') diff --git a/src/ui/util.c b/src/ui/util.c index 6c6e62a5..9cc848de 100644 --- a/src/ui/util.c +++ b/src/ui/util.c @@ -1326,6 +1326,7 @@ static iBool messageHandler_(iWidget *msg, const char *cmd) { equal_Command(cmd, "document.request.updated") || equal_Command(cmd, "scrollbar.fade") || equal_Command(cmd, "widget.overflow") || + equal_Command(cmd, "edgeswipe.ended") || startsWith_CStr(cmd, "window."))) { setupSheetTransition_Mobile(msg, iFalse); destroy_Widget(msg); -- cgit v1.2.3