From 923c1bff73823525514284e4d611b45d0b86e76e Mon Sep 17 00:00:00 2001 From: balzack Date: Sat, 18 Jan 2025 17:13:22 -0800 Subject: [PATCH] show only one activity indicator at a time --- app/client/mobile/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/mobile/src/conversation/Conversation.tsx b/app/client/mobile/src/conversation/Conversation.tsx index 4d1c5201..457c7298 100644 --- a/app/client/mobile/src/conversation/Conversation.tsx +++ b/app/client/mobile/src/conversation/Conversation.tsx @@ -268,7 +268,7 @@ export function Conversation({close, openDetails, wide}: {close: ()=>void, openD )} - { more && ( + { state.loaded && more && (