update linphone module for AEC fixes on 4.4
This commit is contained in:
parent
2081a4dd24
commit
0ba3f6bc23
2 changed files with 7 additions and 1 deletions
|
@ -1415,4 +1415,10 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
public void fileTransferProgressIndication(LinphoneCore lc,
|
||||||
|
LinphoneChatMessage message, LinphoneContent content, int progress) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit abc0265b971e5ebf200d5445558551926d82f5f2
|
Subproject commit 237b7b07da79f3f692c8a32afc7c5e77ffd7cb4b
|
Loading…
Reference in a new issue