Sync user settings #45

Merged
akinwale merged 7 commits from sync-user-settings into master 2019-09-24 18:26:43 +02:00
Showing only changes of commit bd23736c37 - Show all commits

View file

@ -830,7 +830,7 @@ class PublishPage extends React.PureComponent {
<TouchableOpacity <TouchableOpacity
style={[ style={[
publishStyle.photo, publishStyle.photo,
canUseCamera ? publishStyle.transparentBackground : publishStyle.acftionBackground, canUseCamera ? publishStyle.transparentBackground : publishStyle.actionBackground,
]} ]}
onPress={this.handleTakePhotoPressed} onPress={this.handleTakePhotoPressed}
> >