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

Commit d2f757bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix occasional NPE" into pi-dev

parents f30b7ef7 4c46fd31
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -897,6 +897,9 @@ public class VolumeDialogImpl implements VolumeDialog {
    }
    }


    private String getStreamLabelH(StreamState ss) {
    private String getStreamLabelH(StreamState ss) {
        if (ss == null) {
            return "";
        }
        if (ss.remoteLabel != null) {
        if (ss.remoteLabel != null) {
            return ss.remoteLabel;
            return ss.remoteLabel;
        }
        }