mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 23:45:21 +00:00
show only one activity indicator at a time
This commit is contained in:
parent
63d51935f3
commit
923c1bff73
@ -268,7 +268,7 @@ export function Conversation({close, openDetails, wide}: {close: ()=>void, openD
|
|||||||
<ActivityIndicator size="large" />
|
<ActivityIndicator size="large" />
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
{ more && (
|
{ state.loaded && more && (
|
||||||
<View style={styles.more}>
|
<View style={styles.more}>
|
||||||
<ActivityIndicator />
|
<ActivityIndicator />
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user