Fix: Not serializable exception
Updated various popups that were causing crashes (FE-876)
If some popups were visible before app went to background, the app would crash trying to display them again when returning to foreground.
The offending popups now dismiss themselves in their onPause() lifecycle method.