diff options
Diffstat (limited to 'src/view/screens/Home.tsx')
-rw-r--r-- | src/view/screens/Home.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index 125c57406..0e9cdd48d 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -11,7 +11,7 @@ import {ScreenParams} from '../routes' import {s} from 'lib/styles' import {useOnMainScroll} from 'lib/hooks/useOnMainScroll' import {useAnalytics} from 'lib/analytics' -import {isWeb} from 'platform/detection' +import {isWeb} from '../../platform/detection' const HEADER_HEIGHT = 42 @@ -100,7 +100,6 @@ export const Home = observer(function Home({navIdx, visible}: ScreenParams) { scrollElRef={scrollElRef} style={s.h100pct} onPressTryAgain={onPressTryAgain} - onPressCompose={onPressCompose} onScroll={onMainScroll} headerOffset={HEADER_HEIGHT} /> |