fix apostrophe

This commit is contained in:
sonora 2015-06-12 21:03:02 +02:00
parent 79b804a030
commit d663b581c5

View file

@ -383,7 +383,7 @@ public class POIMapLayer extends OsmandMapLayer implements ContextMenuLayer.ICon
topBar.setTitle(title);
topBar.setBackgroundColor(ctx.getResources().getColor(getResIdFromAttribute(ctx, R.attr.pstsTabBackground)));
topBar.setTitleTextColor(ctx.getResources().getColor(getResIdFromAttribute(ctx, R.attr.pstsTextColor)));
String lng = ""
String lng = "";
if(!Algorithms.isEmpty(a.getNameSelected(lang))) {
lng = lang.toUpperCase();
} else if (!Algorithms.isEmpty(a.getNameSelected("en"))) {