Skip to content

Commit

Permalink
Fix merge access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
aataraxiaa committed Mar 14, 2024
1 parent ca74666 commit 9cc9850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/NavigationBar/View/NavigationBarPopovers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ final class NavigationBarPopovers: PopoverPresenter {
show(popover, positionedBelow: view)
}

private func show(_ popover: NSPopover, positionedBelow view: NSView) {
func show(_ popover: NSPopover, positionedBelow view: NSView) {
view.isHidden = false

popover.show(positionedBelow: view.bounds.insetFromLineOfDeath(flipped: view.isFlipped), in: view)
Expand Down

0 comments on commit 9cc9850

Please sign in to comment.