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) {
|
if (onSingleTap != null) {
|
||||||
callJSResponse(onSingleTap);
|
callJSResponse(onSingleTap);
|
||||||
}
|
}
|
||||||
|
if (mView.hasOnClickListeners()) {
|
||||||
|
mView.performClick();
|
||||||
|
}
|
||||||
|
|
||||||
return super.onSingleTapConfirmed(e);
|
return super.onSingleTapConfirmed(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user