Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Bug with SwipeRefreshLayout+listView : partially visible first item doesn't allow to scroll up #2

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

scenario:

  1. either make the first item of the listView large, or add a header view that's large.
  2. scroll a bit down, to make the view partially visible.
  3. now try to scroll up. instead of letting you scroll up, it will show the circular view.

I've reported about this issue (including sample code and videos) here:

The workaround, for now, is to add a single, empty view as a header for the ListView, and never remove it . You can add others, but never remove this one.

I've found this issue while adding a header view for my app (link here: https://play.google.com/store/apps/details?id=com.lb.app_manager ), which currently has this issue, if you wish to test it out. Next version will have it fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions