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

Commit 1ec0aad4 authored by Danesh M's avatar Danesh M Committed by Zhao Wei Liew
Browse files

SystemUI: Initialize state linked volume

Otherwise false is what it defaults to and only updates on state changes.

Change-Id: I55503e930882acec1fe141de48fbb1094d21ba3c
parent c398b2bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -366,6 +366,7 @@ public class VolumeDialogController {
        updateRingerModeExternalW(mAudio.getRingerMode());
        updateZenModeW();
        updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
        updateLinkNotificationConfigW();
        mCallbacks.onStateChanged(mState);
    }