You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, we are using Turbo iOS and we found a logical bug when trying to display another view via a link in a modal.
In the session class, in the visitableViewWillAppear function, when the navigation is forward, the currentVisit.state should be started, but if the keyboard is shown (in my case, because we are filtering records in the view), the currentVisit.state is initialize and it enters the if statement where it tries to go back, and therefore does not display the expected content.
This only happens if the modal and the keyboard are shown