Removed useless preference
This commit is contained in:
parent
a17d74549b
commit
e80e7f156d
2 changed files with 1 additions and 5 deletions
|
@ -917,7 +917,7 @@ public class LinphoneManager implements LinphoneCoreListener {
|
|||
Compatibility.setAudioManagerInCallMode(mAudioManager);
|
||||
}
|
||||
|
||||
if (Hacks.needSoftvolume() || LinphonePreferences.instance().shouldUseSoftvolume()) {
|
||||
if (Hacks.needSoftvolume()) {
|
||||
adjustVolume(0); // Synchronize
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,10 +99,6 @@ public class LinphonePreferences {
|
|||
public boolean shouldAutomaticallyAcceptFriendsRequests() {
|
||||
return false; //TODO
|
||||
}
|
||||
|
||||
public boolean shouldUseSoftvolume() {
|
||||
return false; //TODO
|
||||
}
|
||||
// End of app settings
|
||||
|
||||
// Accounts settings
|
||||
|
|
Loading…
Reference in a new issue