Skip to content

Commit

Permalink
dashboard: fixing dashboard flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 7, 2025
1 parent a616f97 commit 3c66b50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15341,8 +15341,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 223.0.0;
branch = "shane/dashboard-flicker";
kind = branch;
};
};
9FF521422BAA8FF300B9819B /* 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" : "e8f94cf597f4a447f86f39f461b736ac9ea280ce",
"version" : "223.0.0"
"branch" : "shane/dashboard-flicker",
"revision" : "9c188655248943998cb24f1420315be28ca808ee"
}
},
{
Expand Down

0 comments on commit 3c66b50

Please sign in to comment.