From 914bafcfde005fe1c50d6d89bada5801ba0b55e6 Mon Sep 17 00:00:00 2001 From: balzack Date: Tue, 4 Oct 2022 21:14:10 -0700 Subject: [PATCH] testing android scrollTo --- app/mobile/src/session/conversation/Conversation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mobile/src/session/conversation/Conversation.jsx b/app/mobile/src/session/conversation/Conversation.jsx index d6d1f0e2..4539b52c 100644 --- a/app/mobile/src/session/conversation/Conversation.jsx +++ b/app/mobile/src/session/conversation/Conversation.jsx @@ -45,7 +45,7 @@ export function ConversationBody() { const latch = () => { if (!state.momentum) { actions.latch(); - ref.current.scrollToIndex({ animated: true, index: 0 }); + ref.current.scrollToIndex({ animated: false, index: 0 }); } }