Fix: add padding to the spinner bottom while loading threads (#1626)
parent
64153067e3
commit
3b78d3227f
|
@ -439,5 +439,7 @@ const styles = StyleSheet.create({
|
|||
parentSpinner: {
|
||||
paddingVertical: 10,
|
||||
},
|
||||
childSpinner: {},
|
||||
childSpinner: {
|
||||
paddingBottom: 200,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue