Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Paul Frazee and committed by
GitHub
acc98ac1 95e8a6bf

+1 -1
+1 -1
src/view/screens/PostThread.tsx
··· 77 77 treeView={store.preferences.threadTreeViewEnabled} 78 78 /> 79 79 </View> 80 - {isMobile && ( 80 + {isMobile && !store.shell.minimalShellMode && ( 81 81 <View 82 82 style={[ 83 83 styles.prompt,