Bug P3
Status Update
Comments
ga...@google.com <ga...@google.com> #2
Can you attach / share a project that reproduces the issue?
lo...@gmail.com <lo...@gmail.com> #3
Now i sure this is viewpager2's bug.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
because just occur recyclerview inside viewpager2 with constraintlayout, if paging3 use Independently with viewpage2 it's not problem.
Description
Component used: Wear Watchface
Version used: 1.0.1
Hello,
I'm unsure if there's something wrong in either:
How to reproduce:
UserStyleSchemaUtils.kt
file, add an extra setting in the list passed toUserStyleSchema
.installDebug
Gradle task (don't use the default run action, it would harshly kill the watch face, unsetting it because the [useless] kill action sent by Android Studio is treated as crashing app by Android and Wear OS…)Expected behavior: the newly added setting is present in the Galaxy Wear app.
Actual behavior: the new setting is nowhere to be found in the Galaxy Wear app, even if you leave it until it pops back to the home screen, and open it again.
I hope I can have more information about what's causing this, and of course, a solution that doesn't involve end-user manipulations.
Thank you and have a great day.
Louis CAD
PS: Related GitHub issue:https://github.com/android/wear-os-samples/issues/242