testing android scrollTo

This commit is contained in:
balzack 2022-10-04 21:14:10 -07:00
parent 31a70500af
commit 914bafcfde

View File

@ -45,7 +45,7 @@ export function ConversationBody() {
const latch = () => { const latch = () => {
if (!state.momentum) { if (!state.momentum) {
actions.latch(); actions.latch();
ref.current.scrollToIndex({ animated: true, index: 0 }); ref.current.scrollToIndex({ animated: false, index: 0 });
} }
} }