ADD: Forgot these files

This commit is contained in:
Marcos Rodriguez Vélez 2018-12-23 00:53:26 -05:00
parent 47dc184036
commit 29f539d3fd
4 changed files with 6 additions and 10 deletions

View File

@ -91,4 +91,4 @@ module.exports.startUpdater = startUpdater;
module.exports.STRUCT = STRUCT;
module.exports.satoshiToLocalCurrency = satoshiToLocalCurrency;
module.exports.satoshiToBTC = satoshiToBTC;
module.exports.BTCToLocalCurrency = BTCToLocalCurrency;
module.exports.BTCToLocalCurrency = BTCToLocalCurrency;

View File

@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>161</string>
<string>162</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@ -505,10 +505,11 @@ export default class SendDetails extends Component {
}}
>
<TextInput
onChangeText={text => {
onChangeText={text => {
if (!this.processBIP70Invoice(text)) {
this.setState({ address: text.replace(' ', ''), isLoading: false, bip70TransactionExpiration: null });
}}}
}
}}
placeholder={loc.send.details.address}
numberOfLines={1}
value={this.state.address}

View File

@ -232,12 +232,7 @@ export default class WalletTransactions extends Component {
color: '#fff',
}}
>
{loc
.formatBalance(
this.state.wallet.getBalance(),
this.state.wallet.getPreferredBalanceUnit(),
)
.toString()}
{loc.formatBalance(this.state.wallet.getBalance(), this.state.wallet.getPreferredBalanceUnit()).toString()}
</Text>
</TouchableOpacity>
<Text style={{ backgroundColor: 'transparent' }} />