Skip to content

Commit

Permalink
remove unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 21, 2023
1 parent 9408959 commit 3cd21e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class SettingsViewController: UITableViewController {
if SyncBookmarksAdapter.isSyncBookmarksPaused || SyncCredentialsAdapter.isSyncCredentialsPaused || isDataSyncingDisabled {
syncCell.textLabel?.text = "⚠️ " + "Sync & Backup"
}
syncCell.isHidden = false
syncCell.isHidden = !shouldShowSyncCell
}

private func configureVoiceSearchCell() {
Expand Down

0 comments on commit 3cd21e5

Please sign in to comment.