Skip to content

Commit

Permalink
iOS: VPN screen improvements (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo authored Apr 19, 2024
1 parent 1bfb0da commit 11b781d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10261,7 +10261,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 137.0.0;
version = 138.0.0;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "4ce049682cb47a9fb510237070666e5e8bf1e07b",
"version" : "137.0.0"
"revision" : "b8f0e5db431c63943b509d522c157f870ef03ae0",
"version" : "138.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/NetworkProtectionStatusViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ final class NetworkProtectionStatusViewModel: ObservableObject {
return
}

let data: ExtensionMessageString? = try? await activeSession.sendProviderMessage(.getConnectionThroughput)
let data: ExtensionMessageString? = try? await activeSession.sendProviderMessage(.getDataVolume)

guard let data else {
return
Expand Down

0 comments on commit 11b781d

Please sign in to comment.