Fix: add padding to the spinner bottom while loading threads (#1626)
This commit is contained in:
parent
64153067e3
commit
3b78d3227f
1 changed files with 3 additions and 1 deletions
|
@ -439,5 +439,7 @@ const styles = StyleSheet.create({
|
||||||
parentSpinner: {
|
parentSpinner: {
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
},
|
},
|
||||||
childSpinner: {},
|
childSpinner: {
|
||||||
|
paddingBottom: 200,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue