[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
I briefly looked into this – if you change PlaceDetailViewController.close to self.dismiss(animated: false), a white screen will appear rather than the app freezing. I opened the UI hierarchy debugger and it appears that the white screen doesn't appear at all:
Due to how the animation change affects this issue, I think this may be an animation issue.
If not, I think this may have happened after Brian updated to the new schema, which was missing place information – perhaps the missing information is the cause? (e.g. we silently fail with the missing data?)
Anyway, this isn't super important because we're likely removing this view so I'll go work on something else.
I briefly looked into this – if you change
PlaceDetailViewController.close
toself.dismiss(animated: false)
, a white screen will appear rather than the app freezing. I opened the UI hierarchy debugger and it appears that the white screen doesn't appear at all:Due to how the animation change affects this issue, I think this may be an animation issue.
If not, I think this may have happened after Brian updated to the new schema, which was missing place information – perhaps the missing information is the cause? (e.g. we silently fail with the missing data?)
Anyway, this isn't super important because we're likely removing this view so I'll go work on something else.