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
Differential D10171
[native] await sendMultimediaMessage in KeyboardInputHost.onMediaGalleryItemSelected ashoat on Dec 4 2023, 1:15 PM. Authored by Tags None Referenced Files
Subscribers None
Details 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 Flow
Diff Detail
|