1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Basic profile images working

This commit is contained in:
Zhiyuan Zheng
2021-05-13 02:03:24 +02:00
parent 87343989cf
commit d4c93750c7
7 changed files with 279 additions and 138 deletions

View File

@@ -123,7 +123,8 @@ const addAttachment = async ({
})
}
mediaSelector({ uploader, showActionSheetWithOptions })
const result = await mediaSelector({ showActionSheetWithOptions })
await uploader(result)
}
export default addAttachment