Fix on volume change status not showing.

This commit is contained in:
Guillaume Beraudo 2011-10-10 10:49:27 +02:00
parent 9d80634e7f
commit 2981c17eb0

View file

@ -77,7 +77,7 @@ public final class LinphoneUtils {
} else if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN) {
LinphoneManager.getInstance().adjustSoftwareVolume(-1);
}
return !preventVolumeBarToDisplay;
return preventVolumeBarToDisplay;
}