mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
FIX: scroll index was being reset on focus
This commit is contained in:
parent
1ff244482f
commit
e428d381ab
1 changed files with 0 additions and 2 deletions
|
@ -386,8 +386,6 @@ const SendDetails = () => {
|
|||
return [...addresses];
|
||||
});
|
||||
setIsLoading(false);
|
||||
// RN Bug: contentOffset gets reset to 0 when state changes. Remove code once this bug is resolved.
|
||||
setTimeout(() => scrollView.current.scrollToIndex({ index: currentIndex, animated: false }), 50);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue