about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/com/composer/ComposePost.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/composer/ComposePost.tsx b/src/view/com/composer/ComposePost.tsx
index 6aa597924..baa931105 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: {