Skip to content

Commit

Permalink
iOS QuickType support update (#3648)
Browse files Browse the repository at this point in the history
Task/Issue URL:
Tech Design URL:
CC:

**Description**:
iOS QuickType support update
  • Loading branch information
amddg44 authored Dec 9, 2024
1 parent 5247985 commit 2cd5466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15371,7 +15371,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = revision;
revision = f99c7177385798611b62e8c98db92f3e390a1ce4;
revision = 4699044a0dd54043fac5d1379ffcf847153d3af4;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "f99c7177385798611b62e8c98db92f3e390a1ce4"
"revision" : "4699044a0dd54043fac5d1379ffcf847153d3af4"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Sync/SyncCredentialsAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final class SyncCredentialsAdapter {
syncDidUpdateData: { [weak self] in
self?.syncDidCompleteSubject.send()
self?.syncErrorHandler.syncCredentialsSucceded()
}
}, syncDidFinish: { _ in }
)

syncErrorCancellable = provider.syncErrorPublisher
Expand Down

0 comments on commit 2cd5466

Please sign in to comment.