Fix: add padding to the spinner bottom while loading threads (#1626)
This commit is contained in:
@@ -439,5 +439,7 @@ const styles = StyleSheet.create({
|
|||||||
parentSpinner: {
|
parentSpinner: {
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
},
|
},
|
||||||
childSpinner: {},
|
childSpinner: {
|
||||||
|
paddingBottom: 200,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user