mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
fixes bug where in pt_PT 'Save' ('Guardar') appears broken.
This commit is contained in:
parent
4f307b8e3a
commit
c61e5f5179
@ -33,7 +33,7 @@ export default class WalletDetails extends Component {
|
||||
headerRight: (
|
||||
<TouchableOpacity
|
||||
disabled={navigation.getParam('isLoading') === true}
|
||||
style={{ marginHorizontal: 16, height: 40, width: 40, justifyContent: 'center', alignItems: 'center' }}
|
||||
style={{ marginHorizontal: 16, height: 40, width: 120, justifyContent: 'center', alignItems: 'center' }}
|
||||
onPress={() => {
|
||||
if (navigation.state.params.saveAction) {
|
||||
navigation.getParam('saveAction')();
|
||||
|
Loading…
Reference in New Issue
Block a user