add reminder
This commit is contained in:
parent
ef8390a661
commit
f4b65c83c4
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ public abstract class MenuTitleController {
|
|||
|
||||
}
|
||||
|
||||
//FIXME: "No address determined" supposed to replace "Address is not known yet" once reverse geocoding yields no result
|
||||
if (Algorithms.isEmpty(streetStr)) {
|
||||
streetStr = "No address determined";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue