mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: Can't create a Lightning Wallet 3.5.6 (223) #224
This commit is contained in:
parent
ec3641217d
commit
204e4ba867
@ -107,7 +107,6 @@ export class LightningButton extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
disabled={this.props.disabled}
|
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
if (this.props.onPress) this.props.onPress();
|
if (this.props.onPress) this.props.onPress();
|
||||||
@ -138,10 +137,6 @@ export class LightningButton extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LightningButton.propTypes = {
|
|
||||||
disabled: PropTypes.bool,
|
|
||||||
};
|
|
||||||
|
|
||||||
export class BlueButtonLink extends Component {
|
export class BlueButtonLink extends Component {
|
||||||
render() {
|
render() {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>225</string>
|
<string>227</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
@ -140,7 +140,6 @@ export default class WalletsAdd extends Component {
|
|||||||
height: (width - 60) / 3,
|
height: (width - 60) / 3,
|
||||||
}}
|
}}
|
||||||
title={loc.wallets.add.create}
|
title={loc.wallets.add.create}
|
||||||
disabled={BlueApp.getWallets().some(wallet => wallet.type === LightningCustodianWallet.type)}
|
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user