-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #19
Conversation
@@ -58,7 +57,11 @@ private fun CategoryList( | |||
.fillMaxWidth() | |||
.padding(bottom = 8.dp) | |||
ScalingLazyColumn( | |||
modifier = modifier.rotaryWithScroll(focusRequester, listState).fillMaxSize(), | |||
modifier = | |||
modifier.rotary( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
modifier = modifier.rotaryWithScroll(focusRequester, listState).fillMaxSize(), | ||
modifier = | ||
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (12) (should be 16)
modifier = | ||
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), | ||
focusRequester = focusRequester |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (12) (should be 16)
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), | ||
focusRequester = focusRequester | ||
).fillMaxSize(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
.rotaryWithScroll(focusRequester, listState) | ||
.fillMaxSize(), | ||
modifier = | ||
modifier.rotary( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
modifier.rotary( | ||
RotaryDefaults.scrollBehavior(scrollableState = listState), | ||
focusRequester = focusRequester | ||
).fillMaxSize(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
@@ -63,7 +62,11 @@ private fun WorkoutInfoList( | |||
.fillMaxWidth() | |||
.padding(bottom = 8.dp) | |||
ScalingLazyColumn( | |||
modifier = modifier.rotaryWithScroll(focusRequester, listState).fillMaxSize(), | |||
modifier = | |||
modifier.rotary( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
modifier = modifier.rotaryWithScroll(focusRequester, listState).fillMaxSize(), | ||
modifier = | ||
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (12) (should be 16)
modifier = | ||
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), | ||
focusRequester = focusRequester |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (12) (should be 16)
modifier.rotary( | ||
scrollBehavior(scrollableState = listState), | ||
focusRequester = focusRequester | ||
).fillMaxSize(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] standard:indent reported by reviewdog 🐶
Unexpected indentation (8) (should be 12)
Change