Hey guys, anyone else having an issue when returni...
# android
f
Hey guys, anyone else having an issue when returning to an application after it’s been in the background for a while? The issue I get is uninitialized property accessed, even though I’m using Dagger to inject a presenter. It seems as if it got deallocated while in the background, and not injected when coming back in?