remove backgroundColor from styles.video of Android share extension that's causing app to crash (#2119)

This commit is contained in:
Saturnino Abril 2018-09-14 20:10:10 +08:00 committed by Elias Nahum
parent 3e604c03d8
commit 0afdbdd0f9
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,7 @@ export default class Entry extends PureComponent {
isLandscape: PropTypes.bool,
enableTimezone: PropTypes.bool,
deviceTimezone: PropTypes.string,
initializeModules: PropTypes.func.isRequired,
initializeModules: PropTypes.func,
actions: PropTypes.shape({
autoUpdateTimezone: PropTypes.func.isRequired,
setDeviceToken: PropTypes.func.isRequired,

View file

@ -638,7 +638,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
width: 38,
},
video: {
backgroundColor: theme.centerChannelBg,
alignItems: 'center',
height: 48,
justifyContent: 'center',