Fix tap on list item (map settings, map config, waypoints)

This commit is contained in:
Alexey Kulish 2016-01-13 20:59:53 +03:00
parent 409911c630
commit 0caedf0f91

View file

@ -310,7 +310,7 @@ public class DynamicListView extends ObservableListView {
tag.onClick();
}
touchEventsCancelled();
return true;
return super.onTouchEvent(event);
}
switch (event.getAction() & MotionEvent.ACTION_MASK) {