Remove unnecessary visible
This commit is contained in:
parent
fa2bb207bb
commit
c951837c34
1 changed files with 0 additions and 2 deletions
|
@ -508,8 +508,6 @@ public class FollowTrackFragment extends ContextMenuScrollFragment implements Ca
|
|||
|
||||
private void selectTrackToFollow(GPXFile gpxFile) {
|
||||
MapActivity mapActivity = getMapActivity();
|
||||
final ImageButton sortButton = getView().findViewById(R.id.sort_button);
|
||||
sortButton.setVisibility(View.GONE);
|
||||
if (mapActivity != null) {
|
||||
this.gpxFile = gpxFile;
|
||||
List<WptPt> points = gpxFile.getRoutePoints();
|
||||
|
|
Loading…
Reference in a new issue