Fixed
Status Update
Comments
an...@google.com <an...@google.com> #2
I proposed this which I think it is better than the actual behavior, and could let the developers work with more room to be creative.
https://code.google.com/p/android/issues/detail?id=58318
to...@gmail.com <to...@gmail.com> #3
The presentation link doesn't work.
to...@gmail.com <to...@gmail.com> #4
In Custom Notification Layouts section of the Notification API Guides, it states: "The height available for a custom notification layout depends on the notification view. Normal view layouts are limited to 64 dp, and expanded view layouts are limited to 256 dp". I guess it means the width is 512 dp and the height is 256 dp (if following the 2:1 aspect ratio)?
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomNotification
an...@google.com <an...@google.com>
to...@gmail.com <to...@gmail.com> #7
Any update on this?
as...@google.com <as...@google.com> #8
Thank you for your feedback. We assure you that we are doing our best to address all issues reported. For now, we will be closing the issue as won't fix obsolete. If this issue currently still exists, we request that you log a new issue along with the bug report here https://goo.gl/TbMiIO and reference this bug for context.
to...@gmail.com <to...@gmail.com> #9
Don't see the relation with the commit that introduced the issue :(
Do you think there's some possible workaround to still read the state until it's fixed?
ap...@google.com <ap...@google.com> #11
Project: platform/frameworks/support
Branch: androidx-main
commit 4876100096532623820658cea520f4151fa273d4
Author: Andrei Shikov <ashikov@google.com>
Date: Mon Jul 25 22:35:08 2022
Avoid recreating lazy list item scope with inner provider
Reuses the same instance of item scope when recreating item provider as it was implemented before refactor.
Fixes: 239897828
Test: LazyListTest
Change-Id: Ie0cbec17f0f2cecbcda75e21e2702639eac47519
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListItemProvider.kt
https://android-review.googlesource.com/2165067
Branch: androidx-main
commit 4876100096532623820658cea520f4151fa273d4
Author: Andrei Shikov <ashikov@google.com>
Date: Mon Jul 25 22:35:08 2022
Avoid recreating lazy list item scope with inner provider
Reuses the same instance of item scope when recreating item provider as it was implemented before refactor.
Fixes: 239897828
Test: LazyListTest
Change-Id: Ie0cbec17f0f2cecbcda75e21e2702639eac47519
M compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyListItemProvider.kt
to...@gmail.com <to...@gmail.com> #12
Thanks, just tested and it's working correctly now.
Description
Jetpack Compose version: Recent snapshot : 8859449 (Was using 8834867 before and many other versions and never had this issue)
Jetpack Compose component(s) used: Many
Android Studio Build: EE A8
Kotlin version: 1.7.10
I'm trying to build a repro, but currently do not understand what is happening and have an hard time debugging.
So posting here hoping to some pointers about what have changed recently that may generate that so I can either fix my code or build a repro.
See attached video, but it seems there's some strange positioning changes on state changes, it's probably due to the introduction of a frame between state change that have the wrong data, but I'm not finding what / where.
Would appreciate some pointers about what to look after / log to figure out the root cause.