Bug P3
Status Update
Comments
as...@gmail.com <as...@gmail.com> #3
Thanks for the report!
ha...@gmail.com <ha...@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.
Description
Version used:Android 11
Devices/Android versions reproduced on: Galaxy Watch4 Classic (SM-R895F)
libc.so
__epoll_pwait + 20
1
libc.so
epoll_wait + 16
2
libutils.so
android::Looper::pollInner(int) + 128
3
libutils.so
android::Looper::pollOnce(int, int*, int*, void**) + 62
4
libandroid_runtime.so
android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long long, int) + 26
android.os.MessageQueue.nativePollOnce (Native method)
android.os.MessageQueue.next (MessageQueue.java:335)
android.os.Looper.loop (Looper.java:206)
android.app.ActivityThread.main (ActivityThread.java:7690)
java.lang.reflect.Method.invoke (Native method)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:593)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:995)