Fixed
Status Update
Comments
rg...@google.com <rg...@google.com>
ch...@google.com <ch...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
bm...@gmail.com <bm...@gmail.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
ch...@google.com <ch...@google.com>
pr...@google.com <pr...@google.com> #5
deleted
Description
Component used: androidx.core.core-splashscreen
Version used: 1.0.1 or 1.1.0-alpha01
Devices/Android versions reproduced on: Android 6.0 (API32) or below
Recently I found a bug related to function getDrawable, converting vector with tag gradient, and because it was implemented from API24 then getDrawable causes app crush.
1st bug is located here ->https://github.com/androidx/androidx/blob/androidx-main/core/core-splashscreen/src/main/java/androidx/core/splashscreen/SplashScreen.kt#L264
instead of:
and it must be replaced on:
2nd bug is located here ->https://github.com/androidx/androidx/blob/androidx-main/core/core-splashscreen/src/main/java/androidx/core/splashscreen/SplashScreen.kt#L354
instead of:
and it must be replaced on:
Example of vector drawable from project ->https://raw.githubusercontent.com/bmx666/MidiSheetMusic-Android/844c503e9859c7e253858e298e30f2929a7b0171/app/src/main/res/drawable-v24/ic_launcher_foreground.xml