diff options
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 3fadee5e0..de973bd98 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -256,7 +256,7 @@ export const MobileShell: React.FC = observer(() => { ]}> <Com params={params} - visible={true} + visible={current} scrollElRef={current ? scrollElRef : undefined} /> </Animated.View> |