[5.0.0-rc1] Expandable header is not resized / redrawn on automatic configuration change when sticky headers are enabled
See original GitHub issueI need activity with android:configChanges=“orientation|screenSize” and list with sticky expandable headers. I verified flexible-adapter-app sample with
<!-- #139 Test for Automatic configuration change --> <activity android:name=".MainActivity" android:configChanges="orientation|screenSize">
but after orientation change there is problem with size / blank expandable header (not all, some of them).
Expandable headers with disabled sticky headers are OK with automatic configuration change. Regular headers too. Problem happens only when we want to use expandable header with sticky.
Any idea how to fix it?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Sticky header not working with resizable column in Primeng.?
If I implement both, column resize is working but sticky header is not working. I used the following css from primeng for the...
Read more >eu.davidea.viewholders.FlexibleViewHolder Java Examples
setIsRecyclable(true); // #294 - Expandable header is not resized / redrawn on automatic configuration change when sticky headers are enabled header.
Read more >FixedHeader column headers not changing on window resize
When I have enabled FixedHeader with {"left":true}, the column headers don't change width when the table is resized.
Read more >The Ultimate Guide To Elementor Sticky Headers - Kinsta
A sticky header keeps important information in view. Learn how to easily build an Elementor sticky header to keep your audience engaged.
Read more >The 3 Golden Rules of Sticky Menu Navigation - Contentsquare
Some people think sticky headers and sticky menu navigation pull a person's attention away from what they're reading.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it’s work good right now, i can’t reproduce it anymore. @davideas Thanks for your time and help!
@luweglinski, I’ve finally reproduced it, but still it occurs random. However I’ve put a patch, could you check?