You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: