Skip to content

Fix missing header image after scrolling down and scrolling up in app details

Ghost User requested to merge (removed):header-image into master

Apparently, there was an issue with header image and scrolling in the past due to an SDK bug and it was fixed by introducing and using the OverscrollLinearLayoutManager class. Currently it gives the opposite effect and reverting this workaround seems to resolve #1540 (closed).

Merge request reports