FallbackViewController: Update app logo.

This commit is contained in:
SBiOSoftWhare
2020-07-08 23:41:02 +02:00
parent 39ba45ca8d
commit 8485cdc078
2 changed files with 13 additions and 12 deletions
@@ -26,6 +26,7 @@
@interface FallbackViewController ()
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UIImageView *logoImageView;
@end
@@ -37,6 +38,7 @@
self.titleLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
self.titleLabel.text = NSLocalizedStringFromTable(@"share_extension_auth_prompt", @"Vector", nil);
self.logoImageView.tintColor = ThemeService.shared.theme.tintColor;
}
- (void)didReceiveMemoryWarning