mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
FIX: Disable handoff for Multisig
This commit is contained in:
parent
9c17f79e85
commit
e613e4c552
@ -581,7 +581,7 @@ const WalletTransactions = () => {
|
||||
return (
|
||||
<View style={styles.flex}>
|
||||
<StatusBar barStyle="light-content" backgroundColor={WalletGradient.headerColorFor(wallet.current.type)} />
|
||||
{wallet.current.chain === Chain.ONCHAIN && isHandOffUseEnabled && (
|
||||
{wallet.current.chain === Chain.ONCHAIN && wallet.current.type !== MultisigHDWallet.type && isHandOffUseEnabled && (
|
||||
<Handoff
|
||||
title={`Bitcoin Wallet ${wallet.current.getLabel()}`}
|
||||
type="io.bluewallet.bluewallet"
|
||||
|
Loading…
Reference in New Issue
Block a user