AndroidEqualizer icon indicating copy to clipboard operation
AndroidEqualizer copied to clipboard

Not working after canceling or dismissing dialog.

Open roshanaryal opened this issue 3 years ago • 5 comments

Equalizer works when dialog is opened but as soon as the dialog is closed the equalizer does not work, Is there any solution for this

roshanaryal avatar Apr 10 '21 11:04 roshanaryal

i'm want solution too, please

SimpleappRed avatar Apr 17 '21 10:04 SimpleappRed

Did Anyone found the solution?

rahulv97 avatar Apr 24 '21 17:04 rahulv97

Same problem here with ExoPlayer

nepsalone avatar Sep 11 '21 05:09 nepsalone

Equalizer works when dialog is opened but as soon as the dialog is closed the equalizer does not work, Is there any solution for this

Block all lines inside the DialogEqualizerFragment onDestroy() method. And add static keyword to mEqualizer, bassBoost and presetReverb references if media player is installed on service.

ibrahimlee avatar Jan 20 '22 13:01 ibrahimlee

Equalizer works when dialog is opened but as soon as the dialog is closed the equalizer does not work, Is there any solution for this

Block all lines inside the DialogEqualizerFragment onDestroy() method. And add static keyword to mEqualizer, bassBoost and presetReverb references if media player is installed on service.

@ibrahimlee this Logic works, thanks for the heads-up

Usman-Click avatar Apr 17 '23 21:04 Usman-Click