EzPermission icon indicating copy to clipboard operation
EzPermission copied to clipboard

Memory Leak

Open programmer35 opened this issue 6 years ago • 2 comments

I love the library, very clean implementation. However, if you implement LeakCanary it will call a memory leak heap every time you ask for permissions due to the callback as soon as you go into the background or rotate to landscape mode.

Maybe there is no better way since you are kinda doing the hack of secretly adding an invisible screen to handle the permissions (which I love this) but maybe fixing the memory leak is not possible.

But if it is, that would be awesome.

programmer35 avatar Nov 26 '19 18:11 programmer35

@programmer35 Hi, Thanks for the report, I'll check it ASAP Regards

FarshadTahmasbi avatar Nov 27 '19 06:11 FarshadTahmasbi

is it still exist?

P1NG2WIN avatar Mar 28 '21 22:03 P1NG2WIN