Skip to content

Commit

Permalink
Remove ToDo note
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Oct 18, 2024
1 parent 84f3af9 commit b89bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/NewTabPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UIKit

protocol NewTabPage: UIViewController {

var isDragging: Bool { get } // TODO: Mariusz, check if needed in both
var isDragging: Bool { get }

func launchNewSearch()
func openedAsNewTab(allowingKeyboard: Bool)
Expand Down

0 comments on commit b89bd9e

Please sign in to comment.