fix build
This commit is contained in:
parent
cb5451f568
commit
4bf35fc182
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class ShowRouteInfoActivity extends OsmandListActivity {
|
||||||
row.setContentDescription(label.getText() + " " + timeLabel.getText()); //$NON-NLS-1$
|
row.setContentDescription(label.getText() + " " + timeLabel.getText()); //$NON-NLS-1$
|
||||||
} else {
|
} else {
|
||||||
if (label.getText().equals(position + ". ")) {
|
if (label.getText().equals(position + ". ")) {
|
||||||
label.setText(getString((position != lastItemIndex) ? position + ". " + R.string.arrived_at_intermediate_point : position + ". " + R.string.arrived_at_destination));
|
label.setText(position + ". " + getString((position != lastItemIndex) ? R.string.arrived_at_intermediate_point : R.string.arrived_at_destination));
|
||||||
}
|
}
|
||||||
distanceLabel.setText(""); //$NON-NLS-1$
|
distanceLabel.setText(""); //$NON-NLS-1$
|
||||||
timeLabel.setText(""); //$NON-NLS-1$
|
timeLabel.setText(""); //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue