Skip to content

Commit

Permalink
Merge branch 'audio-message' of github.com:kb0304/Rocket.Chat.ReactNa…
Browse files Browse the repository at this point in the history
…tive into audio-message
  • Loading branch information
kb0304 committed Mar 6, 2018
2 parents d5abd53 + 93a647a commit 8d8ddee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# org.gradle.parallel=true

android.useDeprecatedNdk=true
VERSIONCODE=999999999
# VERSIONCODE=999999999
2 changes: 1 addition & 1 deletion app/containers/MessageBox/Recording.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class extends React.PureComponent {
key='messagebox'
style={styles.textBox}
>
<View style={[styles.textArea, { backgroundColor: '#eee' }]}>
<View style={[styles.textArea, { backgroundColor: '#F6F7F9' }]}>
<Icon
style={[styles.actionButtons, { color: 'red' }]}
name='clear'
Expand Down
2 changes: 1 addition & 1 deletion app/containers/MessageBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ImagePicker from 'react-native-image-picker';
import { connect } from 'react-redux';
import { emojify } from 'react-emojione';
import { KeyboardAccessoryView } from 'react-native-keyboard-input';
import { AudioRecorder, AudioUtils } from 'react-native-audio';

import { userTyping, layoutAnimation } from '../../actions/room';
import RocketChat from '../../lib/rocketchat';
import { editRequest, editCancel, clearInput } from '../../actions/messages';
Expand Down

0 comments on commit 8d8ddee

Please sign in to comment.