forked from mirrors/linphone-iphone
fix usless variable
This commit is contained in:
parent
a53b163067
commit
93546ff0aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1153,7 +1153,7 @@ static void linphone_iphone_popup_password_request(LinphoneCore *lc, LinphoneAut
|
|||
|
||||
if (hasFile) {
|
||||
ChatConversationView *view = VIEW(ChatConversationView);
|
||||
[view autoDownload:msg view:nil inChat:FALSE];
|
||||
[view autoDownload:msg view:nil];
|
||||
}
|
||||
|
||||
// Post event
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue