mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Partial fix #90
Now playing gifv won't interrupt existing audio playing. But when switching app state, it still will.
This commit is contained in:
@ -38,10 +38,8 @@ const TabSharedUsers = React.memo(
|
||||
|
||||
return (
|
||||
<FlatList
|
||||
windowSize={11}
|
||||
windowSize={7}
|
||||
data={flattenData}
|
||||
initialNumToRender={5}
|
||||
maxToRenderPerBatch={5}
|
||||
style={styles.flatList}
|
||||
renderItem={renderItem}
|
||||
onEndReached={onEndReached}
|
||||
|
Reference in New Issue
Block a user