aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-05-04 09:37:45 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-05-04 09:37:45 -0700
commitf1d3cd4d27cac2d800c21986dc77ab327602268f (patch)
tree222f59f661d5de1d0e4efc5dbb4a00f4a8e483e3 /src
parent66dec4afd7277a81922a8787c2f1f4004fcb3103 (diff)
updated Comment
Diffstat (limited to 'src')
-rw-r--r--src/screens/chat/ChatScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/chat/ChatScreen.tsx b/src/screens/chat/ChatScreen.tsx
index efd16cc3..a8e975eb 100644
--- a/src/screens/chat/ChatScreen.tsx
+++ b/src/screens/chat/ChatScreen.tsx
@@ -145,7 +145,7 @@ const ChatScreen: React.FC<ChatScreenProps> = ({navigation}) => {
<SafeAreaView
style={[
styles.container,
- styles.textBoxStyles, // Update : removed hacky soln for a common height. Original : unable to figure out the padding issue, a hacky solution
+ styles.textBoxStyles, // Update : removed hacky soln for a common height. Original : unable to figure out the padding issue, a hacky solution {paddingBottom: isIPhoneX() ? tabbarHeight + 20 : tabbarHeight + 50},
]}>
<ChatHeader screenType={ScreenType.Chat} />
<Chat client={chatClient} style={chatTheme}>