Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
remove animation in detail header text
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Nov 17, 2023
1 parent 13ea793 commit f22e7b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/BraveWallet/Crypto/NFT/NFTDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ struct NFTDetailView: View {
Text(nftDetailStore.nft.name)
.foregroundColor(Color(.secondaryBraveLabel))
}
.transaction { transaction in
transaction.animation = nil
transaction.disablesAnimations = true
}
}
.listRowInsets(.zero)
.listRowBackground(Color.clear)
Expand Down

0 comments on commit f22e7b6

Please sign in to comment.