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;
|
break;
|
||||||
}
|
}
|
||||||
//return false;
|
return false;
|
||||||
return super.onTouchEvent(event);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -130,8 +130,7 @@ public class ContextMenuHelper {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//return false;
|
return false;
|
||||||
return super.onTouchEvent(event);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue