FIX: iPad compatibility

This commit is contained in:
Overtorment 2018-07-01 18:00:03 +01:00
parent 2dca9b2ad4
commit 9aff7c24e6

View File

@ -13,6 +13,7 @@ import {
BlueList,
BlueListItem,
BlueHeaderDefaultMain,
is,
} from '../../BlueComponents';
import PropTypes from 'prop-types';
let EV = require('../../events');
@ -210,7 +211,13 @@ export default class WalletsList extends Component {
})()}
</View>
<View style={{ top: 120, position: 'absolute', width: width }}>
<View
style={{
top: is.ipad() ? 60 : 120,
position: 'absolute',
width: width,
}}
>
{(() => {
if (
BlueApp.getTransactions(this.lastSnappedTo || 0)