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 assume you are also returning a subscription in your else block right? It could be that this needs some specific handling. I haven't been using rxlint for a couple of years now so a PR to fix this would be welcome as I probably don't have the time for a fix at the moment.
When I assign a variable in kotlin using if condition, the leaking subscription is falsely determined:
.subscribe()
provides warning "No reference to the subscription is kept", but the subscription is not really leakingUsing version 1.7.8
The text was updated successfully, but these errors were encountered: