Skip to content

Commit

Permalink
Remove unnecessary setupSortMode call on manual
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Jul 22, 2024
1 parent 2d49e43 commit 6acce1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/Bookmarks/View/BookmarkListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ extension BookmarkListViewController: BookmarkSortMenuItemSelectors {

func manualSort(_ sender: NSMenuItem) {
sortBookmarksViewModel.selectedSortMode = .manual
setupSort(mode: .manual)
}

func sortByNameAscending(_ sender: NSMenuItem) {
Expand Down

0 comments on commit 6acce1a

Please sign in to comment.