add reminder

This commit is contained in:
sonora 2015-12-05 16:18:47 +01:00
parent ef8390a661
commit f4b65c83c4

View file

@ -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";
}