mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 01:55:17 +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" />
|
||||
</View>
|
||||
)}
|
||||
{ more && (
|
||||
{ state.loaded && more && (
|
||||
<View style={styles.more}>
|
||||
<ActivityIndicator />
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user