forked from mirrors/linphone-iphone
Probable fix for (null) string displayed in address field sometimes at cold app boot.
This commit is contained in:
parent
2bfd507702
commit
db11e9de8d
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
}
|
||||
|
||||
[addressField setText:@""];
|
||||
|
||||
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_6_0 // attributed string only available since iOS6
|
||||
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
|
||||
// fix placeholder bar color in iOS7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue