Fixed action mode bug with select show on map in my tracks

This commit is contained in:
Denis 2015-03-05 17:32:58 +02:00
parent 15f061e697
commit 0a1c7efbe3

View file

@ -464,7 +464,6 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
@Override
public void onDestroyActionMode(ActionMode mode) {
enableSelectionMode(false);
runSelection(false);
allGpxAdapter.notifyDataSetChanged();
}