Skip to content

Commit

Permalink
Remove extra minimalshellmode call
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 19, 2023
1 parent 61804e5 commit ec23dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/screens/PostThread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const PostThreadScreen = withAuthRequired(({route}: Props) => {
const threadCleanup = view.registerListeners()

InteractionManager.runAfterInteractions(() => {
store.shell.setMinimalShellMode(false)
if (!view.hasLoaded && !view.isLoading) {
view.setup().catch(err => {
store.log.error('Failed to fetch thread', err)
Expand Down

0 comments on commit ec23dc0

Please sign in to comment.