Web: go lighter for now, ditch the composer prompt in feed
This commit is contained in:
parent
86652c071a
commit
ac655a0cf4
6 changed files with 16 additions and 66 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue