Skip to content

Fix: Not serializable exception

Kamal Bramwell requested to merge FE-876_not_serializable_exceptions into development

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.

Merge request reports