Skip to content

Commit

Permalink
remove stray merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Dec 12, 2024
1 parent b14b503 commit 2a5f824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/SettingsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ extension SettingsViewModel {
queue: .main) { [weak self] _ in
guard let settings = self?.appSettings else { return }
self?.state.autoclearDataEnabled = (AutoClearSettingsModel(settings: settings) != nil)
Pixel.fire(pixel: self?.state.autoclearDataEnabled == true ? .settingsAutomaticallyClearDataOn : .settingsAutomaticallyClearDataOff)
}

textZoomObserver = NotificationCenter.default.addObserver(forName: AppUserDefaults.Notifications.textZoomChange,
Expand Down

0 comments on commit 2a5f824

Please sign in to comment.