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

Commit 420d33b7 authored by John Spurlock's avatar John Spurlock
Browse files

QuickSettings: Bind notifications tile to the ringer stream.

So it has the same logic as the dialog version.  The streams
are bound together.

Bug:15314453
Change-Id: Icc8e5f359948b60c52616709cd34a48e108b96cd
parent b9a65de1
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;
    }