Skip to content

Commit

Permalink
Merge pull request #718 from Infomaniak/fix-split
Browse files Browse the repository at this point in the history
fix(SplitView): Remove always twoDisplaceSecondary
  • Loading branch information
Ambrdctr committed Apr 27, 2023
2 parents 3de8089 + 59dbb36 commit 903ccf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mail/Views/SplitView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ struct SplitView: View {
self.splitViewController = splitViewController
splitViewManager.splitViewController = splitViewController
setupBehaviour(orientation: interfaceOrientation)
splitViewController.preferredDisplayMode = .twoDisplaceSecondary
}
.floatingPanel(state: bottomSheet) {
switch bottomSheet.state {
Expand Down

0 comments on commit 903ccf3

Please sign in to comment.