mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
vector-im/element-ios/issues/5298 - Added build setting + ui and unit tests.
This commit is contained in:
committed by
Stefan Ceriu
parent
5f6b6b27aa
commit
0bac754ad9
@@ -381,10 +381,13 @@ TableViewSectionsDelegate>
|
||||
sectionUserSettings.headerTitle = [VectorL10n settingsUserSettings];
|
||||
[tmpSections addObject:sectionUserSettings];
|
||||
|
||||
Section *sectionLocationSharing = [Section sectionWithTag:SECTION_TAG_LOCATION_SHARING];
|
||||
[sectionLocationSharing addRowWithTag:LOCATION_SHARING_ENABLED];
|
||||
sectionLocationSharing.headerTitle = VectorL10n.locationSharingSettingsHeader.uppercaseString;
|
||||
[tmpSections addObject:sectionLocationSharing];
|
||||
if (BuildSettings.locationSharingEnabled)
|
||||
{
|
||||
Section *sectionLocationSharing = [Section sectionWithTag:SECTION_TAG_LOCATION_SHARING];
|
||||
[sectionLocationSharing addRowWithTag:LOCATION_SHARING_ENABLED];
|
||||
sectionLocationSharing.headerTitle = VectorL10n.locationSharingSettingsHeader.uppercaseString;
|
||||
[tmpSections addObject:sectionLocationSharing];
|
||||
}
|
||||
|
||||
if (BuildSettings.settingsScreenShowConfirmMediaSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user