mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
testing android scrollTo
This commit is contained in:
parent
31a70500af
commit
914bafcfde
@ -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 });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user