update linphone and belle-sip to fix crash at end of call
This commit is contained in:
parent
77c46c936a
commit
05af39683d
3 changed files with 3 additions and 3 deletions
|
@ -481,7 +481,7 @@ public class StatusFragment extends Fragment {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
mTimer.scheduleAtFixedRate(mTask, 0, 1500);
|
mTimer.scheduleAtFixedRate(mTask, 0, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
class AccountsListAdapter extends BaseAdapter {
|
class AccountsListAdapter extends BaseAdapter {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7fa044d8db5ea0e00cc5e7ea02858ed014b9ccb9
|
Subproject commit e319dc863b0a61dc86c8725f556792231d004a57
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41f0390f931534f9ae4872816e1449c354b79bf5
|
Subproject commit d7beb3193bd6da62cac7850686297b505222c0c2
|
Loading…
Reference in a new issue