Skip to content

Commit

Permalink
Dont show the reply prompt if minimal shell mode triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 20, 2023
1 parent a1c040c commit b5accb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/screens/PostThread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const PostThreadScreen = withAuthRequired(({route}: Props) => {
treeView={store.preferences.threadTreeViewEnabled}
/>
</View>
{isMobile && (
{isMobile && !store.shell.minimalShellMode && (
<View
style={[
styles.prompt,
Expand Down

0 comments on commit b5accb5

Please sign in to comment.