[Solved] I have a memory leak and can’t find it [closed]


You are adding ValueEventListener in onCreateView but, as far as I can see, you’re not removing it anytime. Apart from this, I’m not able to see any other source of memory leak.

2

solved I have a memory leak and can’t find it [closed]