mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
add header and background design
This commit is contained in:
@@ -21,7 +21,9 @@ export const useThemeStore = create(
|
||||
updateTheme(newTheme);
|
||||
set((state) => {
|
||||
state.theme = newTheme;
|
||||
void setAlternateAppIcon(newTheme);
|
||||
setAlternateAppIcon(newTheme).catch(() => {
|
||||
console.log("Failed to set alternate app icon");
|
||||
});
|
||||
});
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user