When a user saves a media object to their local device using the share action sheet, the viewer gets dismissed without actually calling the onDismiss callback (along with clean). For us, this caused our app to get stuck in a navigation state that made the app unresponsive.
This fixes #120.
When a user saves a media object to their local device using the share action sheet, the viewer gets dismissed without actually calling the
onDismiss
callback (along withclean
). For us, this caused our app to get stuck in a navigation state that made the app unresponsive.