Dont show the reply prompt if minimal shell mode triggers (#1495)

zio/stable
Paul Frazee 2023-09-20 19:12:40 -07:00 committed by GitHub
parent 95e8a6bf41
commit acc98ac1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export const PostThreadScreen = withAuthRequired(({route}: Props) => {
treeView={store.preferences.threadTreeViewEnabled}
/>
</View>
{isMobile && (
{isMobile && !store.shell.minimalShellMode && (
<View
style={[
styles.prompt,