cleanup: vtm-android

This commit is contained in:
Hannes Janetzek 2014-02-07 15:50:06 +01:00
parent cefb9f367f
commit cabd470709

View File

@ -178,7 +178,6 @@ public class MapView extends RelativeLayout {
return true;
mMap.handleMotionEvent(mMotionEvent.wrap(motionEvent));
mMotionEvent.wrap(null);
return true;
}