Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-09-15 17:17:49 +02:00
commit ba7766d105

View file

@ -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) {
descriptions.add(new AmenityInfoRow(key, R.drawable.ic_action_note_dark, textPrefix,
vl, 0, false, true, true, 0, "", false, false));