mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 951321 - [B2G][Messages] Create New Message button gets selected but does not open New Message page. r=kats
This commit is contained in:
parent
eb2ad7d573
commit
25a0f50881
@ -287,6 +287,8 @@ nsEventStatus GestureEventListener::HandlePinchGestureEvent(const MultiTouchInpu
|
||||
mState = GESTURE_NONE;
|
||||
|
||||
rv = nsEventStatus_eConsumeNoDefault;
|
||||
} else if (mState == GESTURE_WAITING_PINCH) {
|
||||
mState = GESTURE_NONE;
|
||||
}
|
||||
|
||||
if (aClearTouches) {
|
||||
|
Loading…
Reference in New Issue
Block a user