Skip to content

Commit 311a2d7

Browse files
committed
revert comment
1 parent 247b91c commit 311a2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/methods/helpers/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const setNativeTheme = (themePreferences: IThemePreference) => {
5555
try {
5656
NavigationBar.setBarStyle(isLightTheme ? 'dark-content' : 'light-content');
5757
} catch (error) {
58-
// do nothing
58+
// Do nothing
5959
}
6060
}
6161
SystemUI.setBackgroundColorAsync(themes[theme].surfaceNeutral);

0 commit comments

Comments
 (0)