mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Fixed retain cycles, changed color constant
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
{
|
||||
[super viewDidLoad];
|
||||
|
||||
self.titleLabel.textColor = kRiotTextColorGray;
|
||||
self.titleLabel.textColor = kRiotSecondaryTextColor;
|
||||
self.titleLabel.text = NSLocalizedStringFromTable(@"auth_share_extension_prompt", @"Vector", nil);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user