mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
// apply the vector colours
|
||||
self.contactDisplayNameLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
self.contactInformationLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
self.contactInformationLabel.hidden = BuildSettings.allowLocalContactPresence ? NO : YES;
|
||||
self.contactInformationLabel.hidden = BWIBuildSettings.shared.allowLocalContactPresence ? NO : YES;
|
||||
self.powerLevelLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
|
||||
// Clear the default background color of a MXKImageView instance
|
||||
@@ -316,7 +316,7 @@
|
||||
|
||||
- (void)refreshContactPresence
|
||||
{
|
||||
if (BuildSettings.allowLocalContactPresence) {
|
||||
if (BWIBuildSettings.shared.allowLocalContactPresence) {
|
||||
NSString* presenceText;
|
||||
NSString* matrixId = self.firstMatrixId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user