mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix return no boolean
This commit is contained in:
parent
045365958f
commit
c56bc6919b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
|
||||
- (BOOL)isCreated {
|
||||
return player;
|
||||
return player!=nil;
|
||||
}
|
||||
|
||||
- (void)setFile:(NSString *)fileName {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue