Hide footer on scroll down (minimal shell mode)

This commit is contained in:
Paul Frazee
2022-12-12 16:04:14 -06:00
parent d336cd58b1
commit 06c3ebe2d4
17 changed files with 101 additions and 7 deletions
+1
View File
@@ -29,6 +29,7 @@ export const PostThread = ({navIdx, visible, params}: ScreenParams) => {
return
}
setTitle()
store.shell.setMinimalShellMode(false)
if (!view.hasLoaded && !view.isLoading) {
console.log('Fetching post thread', uri)
view.setup().then(