nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Put some modifiers in correct order to respect official API guidelines

Open necatisozer opened this issue 2 years ago • 1 comments

https://github.com/androidx/androidx/blob/androidx-main/compose/docs/compose-api-guidelines.md#elements-accept-and-respect-a-modifier-parameter

Elements accept and respect a Modifier parameter Element functions MUST accept a parameter of type Modifier. This parameter MUST be named "modifier" and MUST appear as the first optional parameter in the element function's parameter list.

necatisozer avatar Jul 30 '22 19:07 necatisozer

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Jul 30 '22 19:07 google-cla[bot]