sm8150-common: DolbyManager: Always refresh playback is status changed
otherwise dolby would stay active even if you disable its setting Change-Id: Ibaacf6286997368be03b116feea914442c914451
This commit is contained in:
parent
6648181913
commit
2c935104a0
|
@ -133,9 +133,7 @@ public final class DolbyUtils {
|
|||
checkEffect();
|
||||
Log.i(TAG, "setDsOn: " + on);
|
||||
mDolbyAtmos.setDsOn(on);
|
||||
if (on) {
|
||||
refreshPlaybackIfNecessary();
|
||||
}
|
||||
refreshPlaybackIfNecessary();
|
||||
}
|
||||
|
||||
public boolean getDsOn() {
|
||||
|
|
Loading…
Reference in New Issue