Fix suggested follows scrolling (#8036)
This commit is contained in:
@@ -360,6 +360,7 @@ export function ProfileGrid({
|
|||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
<BlockDrawerGesture>
|
<BlockDrawerGesture>
|
||||||
|
<View>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
horizontal
|
horizontal
|
||||||
showsHorizontalScrollIndicator={false}
|
showsHorizontalScrollIndicator={false}
|
||||||
@@ -389,6 +390,7 @@ export function ProfileGrid({
|
|||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
</View>
|
||||||
</BlockDrawerGesture>
|
</BlockDrawerGesture>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user