Skip to content

Commit

Permalink
Switch to displace by default (#23886)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Dec 12, 2024
1 parent 89d5d68 commit d86a3a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ final class SplitViewRootPresenter: RootViewPresenter {
case .notifications:
splitVC.preferredSplitBehavior = .tile
default:
splitVC.preferredSplitBehavior = .automatic
splitVC.preferredSplitBehavior = .displace
}

let content: SplitViewDisplayable
Expand Down

0 comments on commit d86a3a4

Please sign in to comment.