Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3385225
D9529.id32237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9529.id32237.diff
View Options
diff --git a/native/profile/appearance-preferences.react.js b/native/profile/appearance-preferences.react.js
--- a/native/profile/appearance-preferences.react.js
+++ b/native/profile/appearance-preferences.react.js
@@ -16,7 +16,7 @@
import { updateThemeInfoActionType } from '../redux/action-types.js';
import { useSelector } from '../redux/redux-utils.js';
import { type Colors, useColors, useStyles } from '../themes/colors.js';
-import { osCanTheme } from '../types/themes.js';
+import { osCanTheme } from '../themes/theme-utils.js';
const CheckIcon = () => (
<SWMansionIcon
diff --git a/native/themes/theme-handler.react.js b/native/themes/theme-handler.react.js
--- a/native/themes/theme-handler.react.js
+++ b/native/themes/theme-handler.react.js
@@ -10,7 +10,7 @@
import { updateThemeInfoActionType } from '../redux/action-types.js';
import { useSelector } from '../redux/redux-utils.js';
-import { osCanTheme } from '../types/themes.js';
+import { osCanTheme } from '../themes/theme-utils.js';
function ThemeHandler(): null {
const globalThemeInfo = useSelector(state => state.globalThemeInfo);
diff --git a/native/types/themes.js b/native/themes/theme-utils.js
rename from native/types/themes.js
rename to native/themes/theme-utils.js
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 11:52 PM (20 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2598665
Default Alt Text
D9529.id32237.diff (1 KB)
Attached To
Mode
D9529: [native] rename native themes-types to theme-utils
Attached
Detach File
Event Timeline
Log In to Comment