Skip to content

Commit

Permalink
Update doc in composable
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Mar 3, 2024
1 parent 8b91f68 commit 3efb413
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ import dev.shreyaspatil.permissionFlow.contract.RequestPermissionsContract
* if (state.isGranted) {
* // Render something
* } else {
* if (state.isRationaleRequired) {
* // Show rationale
* }
* // Render something else
* }
* }
Expand Down

0 comments on commit 3efb413

Please sign in to comment.