Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AndroidSlidingUpPanel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 267
    • Issues 267
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Umano: News Read To You
  • AndroidSlidingUpPanel
  • Issues
  • #253
Closed
Open
Issue created Aug 10, 2014 by Administrator@rootContributor

Revert the dragView "clickable" state after using setDragView

Created by: abarisain

Hello, I have been toying with setDragView , alternating between a view and null based on some conditions (my sliding panel embeds a viewpager, and based on its page I want to restrict the drag area), and I found a little bug with it :

setDragView marks the new dragview as clickable, but never reverts it (even though it clears the OnClickListner) : I didn't except that to happen, and it made a weird bug.
The ideal solution would be to store the old state and restore it, or put it back to false (but that can create the opposite problem)

Assignee
Assign to
Time tracking