diff --git a/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx b/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx index ceea9f2ed..e5e8f1c67 100644 --- a/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx +++ b/apps/mobile/src/components/layouts/views/SafeNavigationScrollView.tsx @@ -1,4 +1,5 @@ import { useTypeScriptHappyCallback } from "@follow/hooks" +import { cn } from "@follow/utils" import { useSetAtom, useStore } from "jotai" import type { PropsWithChildren } from "react" import { use, useImperativeHandle, useLayoutEffect, useRef, useState } from "react" @@ -134,7 +135,7 @@ export const SafeNavigationScrollView = ({ {...props} > - + {children} {ScrollViewBottom} diff --git a/apps/mobile/src/modules/settings/routes/General.tsx b/apps/mobile/src/modules/settings/routes/General.tsx index d0518e655..89affac9f 100644 --- a/apps/mobile/src/modules/settings/routes/General.tsx +++ b/apps/mobile/src/modules/settings/routes/General.tsx @@ -131,7 +131,6 @@ export const GeneralScreen: NavigationControllerView = () => { return ( } > {/* Language */}