mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
Fixed crash in file transfer due to backgroundtaskid not being initialized + removed unused header in jni
This commit is contained in:
parent
49540f6b6f
commit
3af62d98d2
2 changed files with 1 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ private:
|
|||
belle_http_request_listener_t *httpListener = nullptr;
|
||||
SalOp *salOp = nullptr;
|
||||
SalCustomHeader *salCustomHeaders = nullptr;
|
||||
unsigned long backgroundTaskId;
|
||||
unsigned long backgroundTaskId = 0;
|
||||
unsigned char currentSendStep = Step::None;
|
||||
bool applyModifiers = true;
|
||||
// Cache for returned values, used for compatibility with previous C API
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
||||
#ifdef __ANDROID__
|
||||
#include <android/log.h>
|
||||
#include <belle-sip/wakelock.h>
|
||||
#endif /* __ANDROID__ */
|
||||
|
||||
static JavaVM *jvm = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue