Updated linphone + added migration to multi transport
This commit is contained in:
parent
56d9bf500b
commit
ce9d6be0f1
2 changed files with 4 additions and 1 deletions
|
@ -601,6 +601,9 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
prefMigrator.doMigration();
|
prefMigrator.doMigration();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int migrationResult = getLc().migrateToMultiTransport();
|
||||||
|
Log.d("Migration to multi transport result = " + migrationResult);
|
||||||
|
|
||||||
if (mServiceContext.getResources().getBoolean(R.bool.enable_push_id)) {
|
if (mServiceContext.getResources().getBoolean(R.bool.enable_push_id)) {
|
||||||
Compatibility.initPushNotificationService(mServiceContext);
|
Compatibility.initPushNotificationService(mServiceContext);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7f8b5aae42672db95fcef850c88b1a1ee3ca96f
|
Subproject commit 7e436c72608add66760272f8d0daf8a6291528d7
|
Loading…
Reference in a new issue