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
onComplete is used to indicate that current streams has finished in emitting the data. When your code has finished emitting all the data needed for the observer, then you should call onComplete for this use case to notify the observer. For me, dispose?.dispose() is enough as it already unsubscribe the subscription to prevent any callback on destroyed activity.
If in ActivityA, it keep reference to
Does we need to call onComplete() method of subject in onDestroy() method of Activity
The text was updated successfully, but these errors were encountered: