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:
Fabian Leutenegger 2023-09-09 18:22:47 +05:30 committed by fazilsheik96
parent 6648181913
commit 2c935104a0
1 changed files with 1 additions and 3 deletions

View File

@ -133,9 +133,7 @@ public final class DolbyUtils {
checkEffect();
Log.i(TAG, "setDsOn: " + on);
mDolbyAtmos.setDsOn(on);
if (on) {
refreshPlaybackIfNecessary();
}
refreshPlaybackIfNecessary();
}
public boolean getDsOn() {