Details
-
Type:
Bug
-
Status: Closed
-
Priority:
None
-
Resolution: Fixed
-
Affects Version/s: Release 8.0.0
-
Fix Version/s: Release 8.0.1
-
Component/s: iOS
-
Labels:
-
Environment:
SDK 8.1.0
-
Story Points:3
-
Sprint:2019 Sprint 7, 2019 Sprint 8
Description
Closing a window with a search being in focus, the parent window freezes. We haven't been able to provide an isolated test case, but it can be reproduced with a list-view + search-bar. I suspect the search-controller does not hide before the parent window closes and then stays in the VC stack.
I don't see any possible workaround so far, except overriding the native back button with an own one which is a no go as well.