diff --git a/app/screens/entry/entry.js b/app/screens/entry/entry.js index 8f61e1884..d75d7550b 100644 --- a/app/screens/entry/entry.js +++ b/app/screens/entry/entry.js @@ -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, diff --git a/share_extension/android/extension_post/extension_post.js b/share_extension/android/extension_post/extension_post.js index 69911da8c..4070d60fb 100644 --- a/share_extension/android/extension_post/extension_post.js +++ b/share_extension/android/extension_post/extension_post.js @@ -638,7 +638,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { width: 38, }, video: { - backgroundColor: theme.centerChannelBg, alignItems: 'center', height: 48, justifyContent: 'center',