From d83571a59e16aa3540b754683606b00f214258df Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 20 Dec 2022 14:55:50 -0600 Subject: [PATCH] Get the composer into a passable visual state on android when the keyboard is open --- src/view/com/composer/ComposePost.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/com/composer/ComposePost.tsx b/src/view/com/composer/ComposePost.tsx index 6aa59792..baa93110 100644 --- a/src/view/com/composer/ComposePost.tsx +++ b/src/view/com/composer/ComposePost.tsx @@ -342,8 +342,10 @@ function replaceTextAutocompletePrefix(text: string, item: string) { const styles = StyleSheet.create({ outer: { flexDirection: 'column', + flex: 1, backgroundColor: '#fff', padding: 15, + paddingBottom: Platform.OS === 'ios' ? 0 : 50, height: '100%', }, topbar: {