Hello could anyone help me with this question? <ht...
# compose-android
t
Hello could anyone help me with this question? https://github.com/android/nav3-recipes/issues/238, TLDR; How can I use SharedViewModelStoreNavEntryDecorator(https://github.com/android/nav3-recipes/blob/main/app/src/main/java/com/example/nav3recipes/sharedviewmodel/SharedViewModelActivity.kt) with dynamic parent content keys from data class routes?
k
Since alpha03 there is a new way to dynamically add metadata https://developer.android.com/jetpack/androidx/releases/navigation3#1.1.0-alpha03
t
will look into this, thanks for the information @KamilH
@KamilH thanks for this find, the metadata parameter can now accept a lambda which fulfills my needs
🎉 1