Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a56aaf1 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 8978547f: am f5fe3949: Fix issue 2459650.

Merge commit '8978547f'

* commit '8978547f':
  Fix issue 2459650.
parents bcea8124 8978547f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -709,7 +709,9 @@ bool AudioSystem::isBluetoothScoDevice(audio_devices device)

bool AudioSystem::isLowVisibility(stream_type stream)
{
    if (stream == AudioSystem::SYSTEM || stream == AudioSystem::NOTIFICATION) {
    if (stream == AudioSystem::SYSTEM ||
        stream == AudioSystem::NOTIFICATION ||
        stream == AudioSystem::RING) {
        return true;
    } else {
        return false;