Loading services/core/java/com/android/server/audio/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9791,7 +9791,7 @@ public class AudioService extends IAudioService.Stub } if (mVolumeGroupState != null) { mVolumeGroupState.mIndexMin = mIndexMin; mVolumeGroupState.mIndexMin = mIndexMin / 10; } mIndexMinNoPerm = mIndexMin; Loading Loading
services/core/java/com/android/server/audio/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9791,7 +9791,7 @@ public class AudioService extends IAudioService.Stub } if (mVolumeGroupState != null) { mVolumeGroupState.mIndexMin = mIndexMin; mVolumeGroupState.mIndexMin = mIndexMin / 10; } mIndexMinNoPerm = mIndexMin; Loading