mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Clear tester status cell when no status is available
This commit is contained in:
parent
c09608312d
commit
4330aee7bc
1 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,9 @@ static NSString* const kAllTestsName = @"Run All tests";
|
|||
if(image){
|
||||
image = [[NSBundle mainBundle] pathForResource:image ofType:@"png"];
|
||||
cell.imageView.image = [UIImage imageWithContentsOfFile:image];
|
||||
}
|
||||
} else {
|
||||
[cell.imageView setImage:nil];
|
||||
}
|
||||
return cell;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue