mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 17:44:07 +00:00
[ios] Added Mastodon & Bluesky
This commit is contained in:
committed by
Yannik Bloscheck
parent
fe92bf2359
commit
e500a9e5fa
@@ -669,7 +669,15 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
||||
text:L(@"outdoor_seating")
|
||||
value:feature::YesNoUnknownFromString(m_mapObject.GetMetadata(feature::Metadata::FMD_OUTDOOR_SEATING))];
|
||||
break;
|
||||
}
|
||||
}
|
||||
case MetadataID::FMD_CONTACT_FEDIVERSE:
|
||||
{
|
||||
[self configTextViewCell:cell
|
||||
cellID:cellID
|
||||
icon:@"ic_placepage_fediverse"
|
||||
placeholder:L(@"fediverse")];
|
||||
break;
|
||||
}
|
||||
case MetadataID::FMD_CONTACT_FACEBOOK:
|
||||
{
|
||||
[self configTextViewCell:cell
|
||||
@@ -710,6 +718,14 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
||||
placeholder:L(@"line")];
|
||||
break;
|
||||
}
|
||||
case MetadataID::FMD_CONTACT_BLUESKY:
|
||||
{
|
||||
[self configTextViewCell:cell
|
||||
cellID:cellID
|
||||
icon:@"ic_placepage_bluesky"
|
||||
placeholder:L(@"bluesky")];
|
||||
break;
|
||||
}
|
||||
case MWMEditorCellTypeNote:
|
||||
{
|
||||
MWMNoteCell * tCell = static_cast<MWMNoteCell *>(cell);
|
||||
|
||||
Reference in New Issue
Block a user