Skip to content

Use a workaround for AppBarLayout bug to make app details screen responsive

Ghost User requested to merge (removed):appbarlayout-workaround into master

This is a workaround for an AppBarLayout bug that is present in support libraries version 27.1.1 (up to 28) and which leads to ignoring click events within a short period after scrolling the content view. The workaround is adapted from this snippet which is licensed under Apache License 2.0.

This should resolve the issue described in #1159 (comment 98195196) and make the app details view responsive.

Merge request reports