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