mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-22 06:03:45 +00:00
[ios] Fix missing distance label in search results
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
self.locationLabel.text = result.addressText;
|
self.locationLabel.text = result.addressText;
|
||||||
[self.locationLabel sizeToFit];
|
[self.locationLabel sizeToFit];
|
||||||
self.infoLabel.text = result.infoText;
|
self.infoLabel.text = result.infoText;
|
||||||
|
self.distanceLabel.text = result.distanceText;
|
||||||
self.distanceLabel.textColor = [UIColor.labelColor colorWithAlphaComponent:0.7];
|
self.distanceLabel.textColor = [UIColor.labelColor colorWithAlphaComponent:0.7];
|
||||||
self.popularView.hidden = YES;
|
self.popularView.hidden = YES;
|
||||||
self.openLabel.text = result.openStatusText;
|
self.openLabel.text = result.openStatusText;
|
||||||
|
|||||||
Reference in New Issue
Block a user