Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3570803
D7692.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
538 B
Referenced Files
None
Subscribers
None
D7692.diff
View Options
diff --git a/native/avatars/avatar-hooks.js b/native/avatars/avatar-hooks.js
--- a/native/avatars/avatar-hooks.js
+++ b/native/avatars/avatar-hooks.js
@@ -113,7 +113,7 @@
}
function useUploadSelectedMedia(
- setProcessingOrUploadInProgress: (inProgress: boolean) => void,
+ setProcessingOrUploadInProgress: (inProgress: boolean) => mixed,
): (selection: NativeMediaSelection) => Promise<?ImageAvatarDBContent> {
const processSelectedMedia = useProcessSelectedMedia();
const uploadProcessedMedia = useUploadProcessedMedia();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 6:42 AM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2731013
Default Alt Text
D7692.diff (538 B)
Attached To
Mode
D7692: [native] change useUploadSelectedMedia callback return type from void to mixed
Attached
Detach File
Event Timeline
Log In to Comment