RxDownloader icon indicating copy to clipboard operation
RxDownloader copied to clipboard

Receiver is never unregistered

Open sir-boformer opened this issue 8 years ago • 3 comments

RxDownloader calls context.registerReceiver, but the receiver is never unregistered after the download is complete.

sir-boformer avatar Feb 02 '18 11:02 sir-boformer

@sir-boformer you're right. I think we can change the registerReceiver part when user start download and unregister it once the map that track download subject is empty.

Any suggestion?

esafirm avatar Feb 18 '18 01:02 esafirm

@esafirm still getting this error: MainActivity has leaked IntentReceiver com.esafirm.rxdownloader.RxDownloader$DownloadStatusReceiver@af89719 that was originally registered here. Are you missing a call to unregisterReceiver()?

shishirshetty0710 avatar Jun 25 '18 20:06 shishirshetty0710

@esafirm Getting this error too.. will it be fixed soon?

E/ActivityThread: Activity has leaked IntentReceiver com.esafirm.rxdownloader.RxDownloader$DownloadStatusReceiver@544c389 that was originally registered here. Are you missing a call to unregisterReceiver()?

kojofosu avatar Apr 26 '20 13:04 kojofosu