Revert (font is missing) should be icon instead
This commit is contained in:
parent
fc7afb7f72
commit
b46c05a9c4
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue