Skip to content

Commit

Permalink
Switch to displace by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 11, 2024
1 parent 9e972b6 commit 42f04cc
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 42f04cc

Please sign in to comment.