Skip to content

Commit

Permalink
refactor: fix method's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Mar 26, 2024
1 parent 66c3adb commit 0f4e818
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,11 +841,11 @@ class OSBARCScannerActivity : ComponentActivity() {

/**
* Composable function, responsible for building single zoom button on the UI.
* @param onClick - closure to be called when clickng the button
* @param buttonModifier - modifier to be used in button
* @param modifier - modifier to be used in button
* @param selectedButton - information about the selected button (1, 2 or 3)
* @param buttonToCompare - value to compare with selectedButton
* @param buttonText - string to be used in Text composable
* @param onClick - closure to be called when clicking the button
*/
@Composable
fun ZoomButton(
Expand Down

0 comments on commit 0f4e818

Please sign in to comment.