forked from organicmaps/organicmaps
Display 1 hour to close properly
Signed-off-by: BelKed <66956532+BelKed@users.noreply.github.com>
This commit is contained in:
parent
e065c76571
commit
d2708ce7ba
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ final class PlacePagePreviewViewController: UIViewController {
|
|||
|
||||
private func getTimeIntervalString(minutes: Int) -> String {
|
||||
var str = "";
|
||||
if (minutes > 60)
|
||||
if (minutes >= 60)
|
||||
{
|
||||
str = String(minutes / 60) + " " + L("hour") + " ";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue