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
rotations should result in the activity calling unsubscribe on my subscription.
This should release the reference to my observer, which should in turn release the reference to my activity.
However, the memory tests I've done show that as I rotate the phone, my activity count keeps going up, which means the reference to my activity is not being released.
(let me know if the pastebin expires for some reason, I'll get something back up)