Status Update
Comments
co...@google.com <co...@google.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
co...@google.com <co...@google.com>
fr...@rappi.com <fr...@rappi.com> #4
This is due to new motionScheme property. Previously the bug was fixed by using tween animation and starting from 1.4 spring is used again.
jo...@google.com <jo...@google.com> #5
We can either use an "effects" motion, which is not bouncy and will not cause the animation values over or under 1 and -1.
But I recall we have taken care of this problem specifically for this this component at
A few questions for the reporter:
- Can you provide some code to replicate it.
- Did you make changes to the MotionScheme default values? Did you pick
standard
orexpressive
as a motion scheme in the MaterialTheme?
Thanks
jo...@google.com <jo...@google.com> #6
(Reassigning the issue internally to receive updates when the 1.7.x release for material-navigation goes out)
pr...@google.com <pr...@google.com> #7
k....@rebuy.com <k....@rebuy.com> #8
That release is still missing the implementation of bottomSheet with a KClass:
public inline fun <reified T : Any> NavGraphBuilder.bottomSheet(
typeMap: Map<KType, @JvmSuppressWildcards NavType<*>> = emptyMap(),
.....
I am waiting for that release for a really long time and it is still only available in an alpha version. At least cherry pick this one commit into the next release if it takes a long time to release 1.8
pr...@google.com <pr...@google.com> #9
en...@gmail.com <en...@gmail.com> #10
ka...@gmail.com <ka...@gmail.com> #11
Still waiting for a stable release
Description
Jetpack Compose version: 1.7.4
Material Library Version (M2, M3 or Both?): material:1.7.4
Material Compose component used:
Android Studio Build: #AI-241.15989.150.2411.11948838
Kotlin version: 1.9.25
The stable version of material-navigation:1.7.4 is missing.
The material-navigation artifact has been added after 'material-*:1.7.0-alpha04', but there were no stable releases for material-navigation.
Is there no plan for the stable releases of material-navigation artifacts?