diff --git a/android/src/screens/ChatScreen.tsx b/android/src/screens/ChatScreen.tsx index 98ec9a1..1ad04e6 100644 --- a/android/src/screens/ChatScreen.tsx +++ b/android/src/screens/ChatScreen.tsx @@ -550,7 +550,6 @@ const ChatScreen: React.FC = () => { setPendingAttachments([]); setInputText(''); }, [pendingAttachments, getCurrentLocation]); - }, [getCurrentLocation]); // --- Rendering ---