Fix profile layout
This commit is contained in:
@@ -477,7 +477,7 @@ function ProfileEndOfFeed() {
|
|||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
height: '100%',
|
height: isNative ? '100%' : undefined,
|
||||||
},
|
},
|
||||||
loading: {
|
loading: {
|
||||||
paddingVertical: 10,
|
paddingVertical: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user