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.checkForUpdate(androidVersion);
|
||||||
|
|
||||||
mCore.setChatDatabasePath(mChatDatabaseFile);
|
// mCore.setChatDatabasePath(mChatDatabaseFile);
|
||||||
mCore.setCallLogsDatabasePath(mCallLogDatabaseFile);
|
mCore.setCallLogsDatabasePath(mCallLogDatabaseFile);
|
||||||
mCore.setFriendsDatabasePath(mFriendsDatabaseFile);
|
mCore.setFriendsDatabasePath(mFriendsDatabaseFile);
|
||||||
mCore.setUserCertificatesPath(mUserCertsPath);
|
mCore.setUserCertificatesPath(mUserCertsPath);
|
||||||
|
|
Loading…
Reference in a new issue