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

Commit ad7a442f authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

Merge "AudioService : Fix NPE" into cm-10.2

parents ec0ffa34 275cabda
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -489,6 +489,7 @@ public class AudioService extends IAudioService.Stub implements OnFinished {
        sSoundEffectVolumeDb = context.getResources().getInteger(
        sSoundEffectVolumeDb = context.getResources().getInteger(
                com.android.internal.R.integer.config_soundEffectVolumeDb);
                com.android.internal.R.integer.config_soundEffectVolumeDb);


        mVolumePanel = new VolumePanel(context, this);
        mMode = AudioSystem.MODE_NORMAL;
        mMode = AudioSystem.MODE_NORMAL;
        mForcedUseForComm = AudioSystem.FORCE_NONE;
        mForcedUseForComm = AudioSystem.FORCE_NONE;