Fix on volume change status not showing.
This commit is contained in:
parent
9d80634e7f
commit
2981c17eb0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public final class LinphoneUtils {
|
|||
} else if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN) {
|
||||
LinphoneManager.getInstance().adjustSoftwareVolume(-1);
|
||||
}
|
||||
return !preventVolumeBarToDisplay;
|
||||
return preventVolumeBarToDisplay;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue