Prevent chat room loaded twice causing subscribe not being sent

This commit is contained in:
Sylvain Berfini 2019-02-25 08:54:07 +01:00
parent 79fe557c30
commit b67ed5efca

View file

@ -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);