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
WeakReferences always need to be null checked when getting it's value as
it may have been garbage collected.
Keeping the fix simple here for a fast fix. Kotlin has built-in
observables so any future investment in this class should be done
migrating to this.
0 commit comments