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

Commit 32292eb8 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Don't swear when setting remote music volume without a controller"

parents 3e2d8f41 65820413
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@ public class VolumePanel extends Handler {
            if (sc.controller != null) {
                sc.controller.setVolumeTo(index, flags);
            } else {
                Log.wtf(mTag, "Adjusting remote volume without a controller!");
                Log.w(mTag, "Adjusting remote volume without a controller!");
            }
        } else if (getStreamVolume(sc.streamType) != index) {
            if (sc.streamType == STREAM_MASTER) {