Updated liblinphone
This commit is contained in:
parent
fbce02c572
commit
1f182a65ba
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ public class PreferencesMigrator {
|
||||||
public boolean isMigrationNeeded() {
|
public boolean isMigrationNeeded() {
|
||||||
int accountNumber = mOldPrefs.getInt(getString(R.string.pref_extra_accounts), -1);
|
int accountNumber = mOldPrefs.getInt(getString(R.string.pref_extra_accounts), -1);
|
||||||
boolean migrationNeeded = accountNumber != -1;
|
boolean migrationNeeded = accountNumber != -1;
|
||||||
Log.w("Preference migration needed ? " + migrationNeeded);
|
|
||||||
return migrationNeeded;
|
return migrationNeeded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f04dab8f103d7be12ad9b72bdfef87b37aea458e
|
Subproject commit a216dc8fb0ecae3b42a51f9d7bc3c098a053b41b
|
Loading…
Reference in a new issue