Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
remove styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed Jun 21, 2023
1 parent ece94d9 commit a11373e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/mobile/src/screens/chat-screen/ChatScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -568,12 +568,7 @@ export const ChatScreen = () => {
? PLAY_BAR_HEIGHT + BOTTOM_BAR_HEIGHT
: BOTTOM_BAR_HEIGHT
}
style={[
styles.keyboardAvoiding,
hasCurrentlyPlayingTrack
? { bottom: PLAY_BAR_HEIGHT, paddingTop: PLAY_BAR_HEIGHT }
: null
]}
style={styles.keyboardAvoiding}
onKeyboardHide={measureChatContainerBottom}
>
{isLoading ? (
Expand Down

0 comments on commit a11373e

Please sign in to comment.