removed unused variable

This commit is contained in:
Doozy 2022-05-05 15:59:17 +03:00
parent 67e9707b10
commit 3ca1baf68f

View file

@ -36,7 +36,6 @@ class PlaybackHandler extends Handler {
@NonNull private final WeakReference<MusicService> mService; @NonNull private final WeakReference<MusicService> mService;
private float currentDuckVolume = 1.0f; private float currentDuckVolume = 1.0f;
private boolean sFocusEnabled = PreferenceUtil.INSTANCE.isAudioFocusEnabled();
PlaybackHandler(final MusicService service, @NonNull final Looper looper) { PlaybackHandler(final MusicService service, @NonNull final Looper looper) {