Fixed
Status Update
Comments
gr...@google.com <gr...@google.com> #2
Howdy it's jb, who the fuck is this
gr...@google.com <gr...@google.com> #3
Can you provide the below requested information to better understand the issue:
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
se...@google.com <se...@google.com>
se...@google.com <se...@google.com> #4
Please provide the information as requested in comment #3 , For us to further investigate this issue.
se...@google.com <se...@google.com> #5
Please find attached a simple testcase.
Steps to reproduce:
- Run the application
- Click on the Button
Expected output
- The Feature 1 activity is shown
Current output
- The Chooser activity is briefly shown
- The Feature 1 activity is shown
Steps to reproduce:
- Run the application
- Click on the Button
Expected output
- The Feature 1 activity is shown
Current output
- The Chooser activity is briefly shown
- The Feature 1 activity is shown
se...@google.com <se...@google.com>
mo...@gmail.com <mo...@gmail.com> #6
fyi, as noted in the first message, this bug happens on Android 7 and later
se...@google.com <se...@google.com> #7
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
se...@google.com <se...@google.com>
pr...@google.com <pr...@google.com> #9
Any update?
Description
- Jetpack Compose component used: FontVariation
- Android Studio Build: Build #AI-241.18034.62.2412.12266719, built on August 23, 2024
- Kotlin version: 1.9.0, 2.0.20
- Devices/Android versions reproduced on: Pixel 8 Pro API 35 emulator
- Keyboard (i.e. Gboard, Samsung, etc): Gboard
- Sample project to trigger the issue:
A screen recording was attached.
Description of the minimal example:
I'm using two variable fonts: Azeret Mono and Roboto Mono.
For each font I created a map containing 4 different font weights(100, 200, 300, 400). I'm persisting this weight info along with the font index in a DataStore.
Using a slider and a menu I'm changing the style of a Text.
Observed behavior:
- negative case:
When I open the app and change the font from Azeret(200) to Roboto(200) the displayed style is Roboto(400) instead. Similar behavior can be observed with other configurations too.
- positive case:
When I open the app and play around with the slider first and then change the font, everything looks fine.