Merge pull request #1210 from AlphaWallet/fix-crypto-balance-in-dapp-browser-eating-taps

Fix: should allow taps on crypto balance in dapp browser to passthrough to the content in the dapp browser
pull/1212/head
James Sangalli 6 years ago committed by GitHub
commit ec42db6aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      AlphaWallet/Browser/Views/NativeCryptoCurrencyBalanceView.swift

@ -48,6 +48,9 @@ class NativeCryptoCurrencyBalanceView: UIView {
super.init(frame: .zero)
//So we can tap through to the content in the dapp browser
isUserInteractionEnabled = false
label.translatesAutoresizingMaskIntoConstraints = false
addSubview(label)

Loading…
Cancel
Save