mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Prevent chat room loaded twice causing subscribe not being sent
This commit is contained in:
parent
79fe557c30
commit
b67ed5efca
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
|
|||
|
||||
mCore.checkForUpdate(androidVersion);
|
||||
|
||||
mCore.setChatDatabasePath(mChatDatabaseFile);
|
||||
// mCore.setChatDatabasePath(mChatDatabaseFile);
|
||||
mCore.setCallLogsDatabasePath(mCallLogDatabaseFile);
|
||||
mCore.setFriendsDatabasePath(mFriendsDatabaseFile);
|
||||
mCore.setUserCertificatesPath(mUserCertsPath);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue