remove backgroundColor from styles.video of Android share extension that's causing app to crash (#2119)
This commit is contained in:
parent
3e604c03d8
commit
0afdbdd0f9
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -638,7 +638,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
width: 38,
|
||||
},
|
||||
video: {
|
||||
backgroundColor: theme.centerChannelBg,
|
||||
alignItems: 'center',
|
||||
height: 48,
|
||||
justifyContent: 'center',
|
||||
|
|
|
|||
Loading…
Reference in a new issue