Disable click on split segment
This commit is contained in:
parent
98783a1f1d
commit
fd86d10067
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ public class SplitSegmentFragment extends OsmAndListFragment {
|
||||||
if (convertView == null) {
|
if (convertView == null) {
|
||||||
convertView = getMyActivity().getLayoutInflater().inflate(R.layout.gpx_split_segment_fragment, parent, false);
|
convertView = getMyActivity().getLayoutInflater().inflate(R.layout.gpx_split_segment_fragment, parent, false);
|
||||||
}
|
}
|
||||||
|
convertView.setOnClickListener(null);
|
||||||
TextView overviewTextView = (TextView) convertView.findViewById(R.id.overview_text);
|
TextView overviewTextView = (TextView) convertView.findViewById(R.id.overview_text);
|
||||||
ImageView overviewImageView = (ImageView) convertView.findViewById(R.id.overview_image);
|
ImageView overviewImageView = (ImageView) convertView.findViewById(R.id.overview_image);
|
||||||
if (position == 0) {
|
if (position == 0) {
|
||||||
|
|
Loading…
Reference in a new issue