Dont show the reply prompt if minimal shell mode triggers (#1495)
This commit is contained in:
@@ -77,7 +77,7 @@ export const PostThreadScreen = withAuthRequired(({route}: Props) => {
|
|||||||
treeView={store.preferences.threadTreeViewEnabled}
|
treeView={store.preferences.threadTreeViewEnabled}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
{isMobile && (
|
{isMobile && !store.shell.minimalShellMode && (
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
styles.prompt,
|
styles.prompt,
|
||||||
|
|||||||
Reference in New Issue
Block a user