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

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

am f5fe3949: Fix issue 2459650.

Merge commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b' into eclair-plus-aosp

* commit 'f5fe3949f5db69b19ce3fac7abce2088106f2e2b':
  Fix issue 2459650.
parents d8ee0c22 7c7fa1b5
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;