From a7b6aeeb3166848e647a1da61d4467e9228e6802 Mon Sep 17 00:00:00 2001 From: Junhui Chen Date: Sat, 9 Aug 2025 11:12:42 +0800 Subject: [PATCH] f --- components/ask/hello.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ask/hello.tsx b/components/ask/hello.tsx index 6ad7bb5..d81ecbf 100644 --- a/components/ask/hello.tsx +++ b/components/ask/hello.tsx @@ -2,7 +2,7 @@ import { ThemedText } from "@/components/ThemedText"; import { Message } from "@/types/ask"; import { Dispatch, SetStateAction, useCallback, useRef } from "react"; import { useTranslation } from "react-i18next"; -import { Image, StyleSheet, useWindowDimensions, View } from 'react-native'; +import { StyleSheet, View } from 'react-native'; import { createNewConversation } from "./utils"; interface AskHelloProps { @@ -12,7 +12,7 @@ interface AskHelloProps { } export default function AskHello({ setUserMessages, setConversationId, setIsHello }: AskHelloProps) { const { t } = useTranslation(); - const { width, height } = useWindowDimensions(); + // const { width, height } = useWindowDimensions(); // const inFlightRef = useRef(false); @@ -88,9 +88,9 @@ export default function AskHello({ setUserMessages, setConversationId, setIsHell {"\n"} {t('ask.iAmMemo', { ns: 'ask' })} - + {/* - + */} {t('ask.ready', { ns: 'ask' })} {"\n"}