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