Update VCardDisplayArea.java

revert
This commit is contained in:
Anthony Calosa
2022-08-08 11:25:18 +08:00
committed by GitHub
parent e1c33dd589
commit cc78dee5b5

View File

@@ -323,8 +323,6 @@ public abstract class VCardDisplayArea extends VDisplayArea implements ActivateH
@Override
public boolean tap(float x, float y, int count) {
if (count > 1) //prevent double choice lists or activate handle
return false;
if (renderedCardContains(x, y)) {
ThreadUtil.invokeInGameThread(new Runnable() { //must invoke in game thread in case a dialog needs to be shown
@Override