We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b91c commit 311a2d7Copy full SHA for 311a2d7
1 file changed
app/lib/methods/helpers/theme.ts
@@ -55,7 +55,7 @@ export const setNativeTheme = (themePreferences: IThemePreference) => {
55
try {
56
NavigationBar.setBarStyle(isLightTheme ? 'dark-content' : 'light-content');
57
} catch (error) {
58
- // do nothing
+ // Do nothing
59
}
60
61
SystemUI.setBackgroundColorAsync(themes[theme].surfaceNeutral);
0 commit comments