mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
add more space to the bottom on the empty list
This commit is contained in:
parent
e84bb3ee3a
commit
15562b4747
@ -386,7 +386,7 @@ export default class WalletsList extends Component {
|
|||||||
case WalletsListSections.TRANSACTIONS:
|
case WalletsListSections.TRANSACTIONS:
|
||||||
if (this.state.dataSource.length === 0 && !this.state.isLoading) {
|
if (this.state.dataSource.length === 0 && !this.state.isLoading) {
|
||||||
return (
|
return (
|
||||||
<View style={{ top: 80, height: 160 }}>
|
<View style={{ top: 80, height: 160, marginBottom: 80 }}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
|
Loading…
Reference in New Issue
Block a user