Skip to content

Commit

Permalink
Make func private
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Dec 19, 2024
1 parent cd48352 commit 2f7bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/SyncSettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ extension SyncSettingsViewController: ScanOrPasteCodeViewModelDelegate {
return false
}

func handleTwoSyncAccountsFoundDuringRecovery(_ recoveryKey: SyncCode.RecoveryKey) async {
private func handleTwoSyncAccountsFoundDuringRecovery(_ recoveryKey: SyncCode.RecoveryKey) async {
if rootView.model.devices.count > 1 {
promptToSwitchAccounts(recoveryKey: recoveryKey)
} else {
Expand Down

0 comments on commit 2f7bef2

Please sign in to comment.