Page MenuHomePhabricator

D7703.diff
No OneTemporary

D7703.diff

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
@@ -120,14 +120,6 @@
return React.useCallback(
async (selection: NativeMediaSelection) => {
- if (!selection) {
- Alert.alert(
- 'Media selection failed',
- 'Unable to select media from Media Library.',
- );
- return undefined;
- }
-
setProcessingOrUploadInProgress(true);
let processedMedia;

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 4, 7:43 PM (12 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2614708
Default Alt Text
D7703.diff (520 B)

Event Timeline