mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
removed unnecesary variable
This commit is contained in:
parent
e8ccc5e70a
commit
f8727a6941
@ -331,9 +331,7 @@ const PostsView = ({
|
||||
);
|
||||
};
|
||||
|
||||
const _handleOnScroll = event => {
|
||||
const currentOffset = event.nativeEvent.contentOffset.y;
|
||||
|
||||
const _handleOnScroll = () => {
|
||||
if (handleOnScroll) {
|
||||
handleOnScroll();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user