Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ba7766d105
1 changed files with 4 additions and 0 deletions
|
@ -301,6 +301,10 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (vl.startsWith("http://") || vl.startsWith("https://") || vl.startsWith("HTTP://") || vl.startsWith("HTTPS://")) {
|
||||||
|
vl = vl.replace(' ', '_');
|
||||||
|
}
|
||||||
|
|
||||||
if (isDescription) {
|
if (isDescription) {
|
||||||
descriptions.add(new AmenityInfoRow(key, R.drawable.ic_action_note_dark, textPrefix,
|
descriptions.add(new AmenityInfoRow(key, R.drawable.ic_action_note_dark, textPrefix,
|
||||||
vl, 0, false, true, true, 0, "", false, false));
|
vl, 0, false, true, true, 0, "", false, false));
|
||||||
|
|
Loading…
Reference in a new issue