BTHLABS-58: Cleaning up and preparing Apple Apps for release

This commit is contained in:
2025-10-04 08:02:49 +02:00
parent 99e9226338
commit 1fd4dd735d
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,6 @@
self.invalidURLWarningView.contentMode = UIViewContentModeScaleAspectFit;
self.invalidURLWarningView.frame = CGRectMake(0, 0, 16, 16);
self.invalidURLWarningView.tintColor = [UIColor colorNamed:@"WarningColor"];
[self.view addSubview:self.invalidURLWarningView];
}
-(void)viewWillAppear:(BOOL)animated {