diff --git a/app/share.tsx b/app/share.tsx index 089181483..b5b83db48 100644 --- a/app/share.tsx +++ b/app/share.tsx @@ -141,7 +141,7 @@ class Root extends React.Component<{}, IState> { setTheme = (newTheme = {}) => { // change theme state this.setState( - prevState => newThemeState(prevState, newTheme as IThemePreference), + prevState => newThemeState(prevState.themePreferences, newTheme as IThemePreference), () => { const { themePreferences } = this.state; // subscribe to Appearance changes