diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-06-11 18:51:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 10:51:03 -0700 |
commit | 3573f7ea40d41b8c416194da31fbbad092062679 (patch) | |
tree | 1b0080f9612edfdd6442a51fc904ddefc8f0478f /src/view/shell/index.tsx | |
parent | fac5f6cdacadf552e51743b145a5d4de40eb15be (diff) | |
download | voidsky-3573f7ea40d41b8c416194da31fbbad092062679.tar.zst |
rip out native translate (#4482)
Diffstat (limited to 'src/view/shell/index.tsx')
-rw-r--r-- | src/view/shell/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 317ac0bde..7d080e57b 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -33,7 +33,6 @@ import {ErrorBoundary} from 'view/com/util/ErrorBoundary' import {MutedWordsDialog} from '#/components/dialogs/MutedWords' import {SigninDialog} from '#/components/dialogs/Signin' import {Outlet as PortalOutlet} from '#/components/Portal' -import {NativeTranslationView} from '../../../modules/expo-bluesky-translate' import {RoutesContainer, TabsNavigator} from '../../Navigation' import {Composer} from './Composer' import {DrawerContent} from './Drawer' @@ -94,7 +93,6 @@ function ShellInner() { </Drawer> </ErrorBoundary> </Animated.View> - <NativeTranslationView /> <Composer winHeight={winDim.height} /> <ModalsContainer /> <MutedWordsDialog /> |