mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-30 18:56:23 +00:00
Removed useless preference
This commit is contained in:
parent
c8eeaaf4c7
commit
69cee9ccb8
2 changed files with 1 additions and 5 deletions
|
|
@ -917,7 +917,7 @@ public class LinphoneManager implements LinphoneCoreListener {
|
||||||
Compatibility.setAudioManagerInCallMode(mAudioManager);
|
Compatibility.setAudioManagerInCallMode(mAudioManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Hacks.needSoftvolume() || LinphonePreferences.instance().shouldUseSoftvolume()) {
|
if (Hacks.needSoftvolume()) {
|
||||||
adjustVolume(0); // Synchronize
|
adjustVolume(0); // Synchronize
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,10 +99,6 @@ public class LinphonePreferences {
|
||||||
public boolean shouldAutomaticallyAcceptFriendsRequests() {
|
public boolean shouldAutomaticallyAcceptFriendsRequests() {
|
||||||
return false; //TODO
|
return false; //TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean shouldUseSoftvolume() {
|
|
||||||
return false; //TODO
|
|
||||||
}
|
|
||||||
// End of app settings
|
// End of app settings
|
||||||
|
|
||||||
// Accounts settings
|
// Accounts settings
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue