Revert (font is missing) should be icon instead

This commit is contained in:
vshcherb 2016-08-01 19:04:35 +02:00 committed by GitHub
parent fc7afb7f72
commit b46c05a9c4

View file

@ -336,8 +336,6 @@ public class MapInfoWidgetsFactory {
} }
if (text == null) { if (text == null) {
text = ""; text = "";
} else {
text = "\u2316+ " + text;
} }
} }
if (map.isQuickSearchTopbarActive()) { if (map.isQuickSearchTopbarActive()) {
@ -370,7 +368,7 @@ public class MapInfoWidgetsFactory {
addressText.setCompoundDrawables(null, null, null, null); addressText.setCompoundDrawables(null, null, null, null);
} }
} }
if (!text.equals(addressText.getText().toString()) && !text.equals("\u2316+ " + addressText.getText().toString())) { if (!text.equals(addressText.getText().toString()) ) {
if (!text.equals("")) { if (!text.equals("")) {
topBar.setContentDescription(text); topBar.setContentDescription(text);
} else { } else {