mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue