From def9cc2f172650357d68776bb7b0606977322cff Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Fri, 3 Jul 2026 16:33:09 +0200 Subject: [PATCH] Rm numberOfLines cap - fixes the issue with attachments covering text --- src/view/com/composer/text-input/TextInput.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 313f0becbf..fda17348d9 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -226,7 +226,6 @@ export function TextInput({ allowFontScaling multiline scrollEnabled={false} - numberOfLines={2} // Note: should be the default value, but as of v1.104 // it switched to "none" on Android autoCapitalize="sentences"