Skip to content

Commit 02ac389

Browse files
committed
chore: updated docs for selectImage function. (edited doc)
1 parent 31f5a92 commit 02ac389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • imageselector/src/commonMain/kotlin/com/wannaverse/imageselector

imageselector/src/commonMain/kotlin/com/wannaverse/imageselector/ImageSelector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import androidx.compose.ui.unit.IntSize
99
* current screen size and then loaded into memory as [ImageData] which is lower than the
1010
* actual size eliminating the possibility of `OutOfMemoryError`
1111
* @param reqResolution the screen size in which the image is needed to be shown.
12-
* @param loadingState a callback to pass true if image is processing and false if it's not processing.
12+
* @param loadingState a callback to pass true if image is processing and false if it has finished processing the image.
1313
*/
1414
expect suspend fun selectImage(reqResolution: IntSize, loadingState: (Boolean) -> Unit): ImageData?

0 commit comments

Comments
 (0)