Fix tap on list item (map settings, map config, waypoints)
This commit is contained in:
parent
409911c630
commit
0caedf0f91
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ public class DynamicListView extends ObservableListView {
|
|||
tag.onClick();
|
||||
}
|
||||
touchEventsCancelled();
|
||||
return true;
|
||||
return super.onTouchEvent(event);
|
||||
}
|
||||
|
||||
switch (event.getAction() & MotionEvent.ACTION_MASK) {
|
||||
|
|
Loading…
Reference in a new issue