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

Commit 8978547f authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am f5fe3949: Fix issue 2459650.

Merge commit 'f5fe3949' into eclair-plus-aosp

* commit 'f5fe3949':
  Fix issue 2459650.
parents 6371a2d3 f5fe3949
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -694,7 +694,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;