Skip to content

Commit

Permalink
#145 | Expose public constructor of CaptureController
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Feb 25, 2024
1 parent 8902782 commit 42bfc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import kotlinx.coroutines.flow.asSharedFlow
* Controller for capturing [Composable] content.
* @see dev.shreyaspatil.capturable.Capturable for implementation details.
*/
class CaptureController internal constructor() {
class CaptureController {

/**
* Medium for providing capture requests
Expand Down

0 comments on commit 42bfc3a

Please sign in to comment.