fix onclick overlapped by onsingletap
This commit is contained in:
parent
b6e563e830
commit
7edaf08c18
@ -173,6 +173,10 @@ public class GestureContainerNode extends StackNode {
|
||||
if (onSingleTap != null) {
|
||||
callJSResponse(onSingleTap);
|
||||
}
|
||||
if (mView.hasOnClickListeners()) {
|
||||
mView.performClick();
|
||||
}
|
||||
|
||||
return super.onSingleTapConfirmed(e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user