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
The isCollapsedSignal on a split view delegate should signal false when both split view controllers are visible.
Current Behavior
The signal doesn't emit any values and its current value is true even when both view controllers are visible. This causes things like MasterDetailSelection to not work properly.
Steps to Reproduce
Open the Messages example project
Launch the app on iPad
Observe the message details aro not automatically shown
Expected Behavior
The
isCollapsedSignal
on a split view delegate should signalfalse
when both split view controllers are visible.Current Behavior
The signal doesn't emit any values and its current value is
true
even when both view controllers are visible. This causes things likeMasterDetailSelection
to not work properly.Steps to Reproduce
More info:
Presentation/Presentation/DualNavigationControllersSplitDelegate.swift
Line 42 in 940e0d4
Context
Failure Logs
The text was updated successfully, but these errors were encountered: