show only one activity indicator at a time

This commit is contained in:
balzack 2025-01-18 17:13:22 -08:00
parent 63d51935f3
commit 923c1bff73

View File

@ -268,7 +268,7 @@ export function Conversation({close, openDetails, wide}: {close: ()=>void, openD
<ActivityIndicator size="large" />
</View>
)}
{ more && (
{ state.loaded && more && (
<View style={styles.more}>
<ActivityIndicator />
</View>