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

Commit aa8742f8 authored by Christian Hoffmann's avatar Christian Hoffmann Committed by Bruno Martins
Browse files

SystemUI: Avoid NPE in volume dialog

Change-Id: I1bc6d46de01ddd4db6b32555e5557611550d007e
parent 517c7db4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1579,7 +1579,9 @@ public class VolumeDialogImpl implements VolumeDialog,
                    mDialog.dismiss();
                    tryToRemoveCaptionsTooltip();
                    mExpanded = false;
                    if (mExpandRows != null) {
                        mExpandRows.setExpanded(mExpanded);
                    }
                    mAnimatingRows = 0;
                    mDefaultRow = null;
                    mIsAnimatingDismiss = false;