Fixes #2536
This commit is contained in:
parent
30659f28ca
commit
b22aee25c9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public class WaypointDialogHelper {
|
|||
}
|
||||
}
|
||||
|
||||
if (descr.equals(pointDescription)) {
|
||||
if (Algorithms.objectEquals(descr, pointDescription)) {
|
||||
pointDescription = "";
|
||||
}
|
||||
if (dist > 0 && !Algorithms.isEmpty(pointDescription)) {
|
||||
|
|
Loading…
Reference in a new issue