back out
This commit is contained in:
parent
f7a691c6a2
commit
3f72664ee3
2 changed files with 2 additions and 4 deletions
|
@ -394,8 +394,7 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
|
|||
}
|
||||
break;
|
||||
}
|
||||
//return false;
|
||||
return super.onTouchEvent(event);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -130,8 +130,7 @@ public class ContextMenuHelper {
|
|||
}
|
||||
break;
|
||||
}
|
||||
//return false;
|
||||
return super.onTouchEvent(event);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue