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

Commit 2fb43485 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 2eb28f87: Merge "QuickSettings: Bind notifications tile to the ringer...

am 2eb28f87: Merge "QuickSettings: Bind notifications tile to the ringer stream." into lmp-preview-dev

* commit '2eb28f870bf8c0da42f4d0cceafd17f4d36ca5a6':
  QuickSettings: Bind notifications tile to the ringer stream.
parents bab6ee2f 1fc422bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta
                // noop
            }
        });
        vp.postVolumeChanged(AudioManager.STREAM_NOTIFICATION, AudioManager.FLAG_SHOW_UI);
        vp.postVolumeChanged(AudioManager.STREAM_RING, AudioManager.FLAG_SHOW_UI);
        return v;
    }