Page MenuHomePhabricator

[native] await sendMultimediaMessage in KeyboardInputHost.onMediaGalleryItemSelected
ClosedPublic

Authored by ashoat on Dec 4 2023, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 3:54 PM
Unknown Object (File)
Tue, Nov 19, 1:43 PM
Unknown Object (File)
Thu, Nov 7, 6:00 PM
Unknown Object (File)
Oct 16 2024, 5:54 PM
Unknown Object (File)
Oct 16 2024, 5:54 PM
Unknown Object (File)
Oct 16 2024, 5:54 PM
Unknown Object (File)
Oct 16 2024, 5:53 PM
Unknown Object (File)
Oct 16 2024, 5:52 PM
Subscribers
None

Details

Summary

We could add a void here instead, but onMediaGalleryItemSelected is already an async function, and the place we're passing it to doesn't await the result anyways. So might as well just add an await keyword.

Depends on D10170

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage