Skip to content

Commit

Permalink
Merge pull request #17686 from wordpress-mobile/fix/about-screen-haptics
Browse files Browse the repository at this point in the history
About screen: Disable haptics when app logos cell isn't visible
  • Loading branch information
frosty authored Dec 21, 2021
2 parents 6f27151 + 0271ad0 commit 479b8ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "AutomatticAbout",
"repositoryURL": "https://github.com/automattic/AutomatticAbout-swift",
"state": {
"branch": "fix/rtl-layout",
"revision": "b37c5a69562e2df2776f9248f753f9e482beb9f8",
"version": null
"branch": null,
"revision": "d3e8b4d8133984d9ae20936a55e747d27661e2a1",
"version": "1.1.1"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions WordPress/WordPress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24971,8 +24971,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/automattic/AutomatticAbout-swift";
requirement = {
branch = "fix/rtl-layout";
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
3FC2C33B26C4CF0A00C6D98F /* XCRemoteSwiftPackageReference "XCUITestHelpers" */ = {
Expand Down

0 comments on commit 479b8ca

Please sign in to comment.