forked from organicmaps/organicmaps
iOS fix.
This commit is contained in:
parent
6c389a2e4c
commit
2ec744af95
1 changed files with 2 additions and 1 deletions
|
@ -704,7 +704,8 @@ NSString * const kUserDefaultsLatLonAsDMSKey = @"UserDefaultsLatLonAsDMS";
|
|||
|
||||
auto const locale =
|
||||
static_cast<uint8_t>(StringUtf8Multilang::GetLangIndex(languages::GetCurrentNorm()));
|
||||
Text t{reviewModel.text.UTF8String, locale};
|
||||
// TODO: Set the list of keyboard's locales
|
||||
KeyboardText t{reviewModel.text.UTF8String, locale, {}};
|
||||
Ratings r;
|
||||
for (MWMUGCRatingStars * star in reviewModel.ratings)
|
||||
r.emplace_back(star.title.UTF8String, star.value);
|
||||
|
|
Loading…
Add table
Reference in a new issue