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)
Mon, Mar 17, 2:18 PM
Unknown Object (File)
Mon, Mar 17, 2:18 PM
Unknown Object (File)
Mon, Mar 17, 2:18 PM
Unknown Object (File)
Mon, Mar 17, 2:18 PM
Unknown Object (File)
Mon, Mar 17, 2:17 PM
Unknown Object (File)
Sun, Mar 9, 11:21 AM
Unknown Object (File)
Feb 20 2025, 7:35 AM
Unknown Object (File)
Jan 31 2025, 8:12 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
Lint Not Applicable
Unit
Tests Not Applicable