From c1af1540faeb3bc8dd7be36ffb1adbafb12c54b7 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 d40e06a215..4c293154af 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -227,7 +227,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"