Skip to content
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

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Upgrade dependencies #19

merged 2 commits into from
Apr 20, 2024

Conversation

YuanLiou
Copy link
Owner

Change

  • upgrade another dependencies

@@ -58,7 +57,11 @@ private fun CategoryList(
.fillMaxWidth()
.padding(bottom = 8.dp)
ScalingLazyColumn(
modifier = modifier.rotaryWithScroll(focusRequester, listState).fillMaxSize(),
modifier =
modifier.rotary(

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),

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

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(),

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(

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(),

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(

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),

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

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(),

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)

@YuanLiou YuanLiou merged commit 735278a into main Apr 20, 2024
3 checks passed
@YuanLiou YuanLiou deleted the enhancement/upgradeDependencies_p2 branch April 20, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant