Skip to content

Issue with disabled buttons for content #40

@polyak731

Description

@polyak731

When we are implementing this drawer layout and the content view contains buttons that are disabled after opening and closing the drawer layout all the buttons in the content become enabled.

The problem is in the next code(class DuoDrawerLayout):

if (mDragOffset == 0) { setViewAndChildrenEnabled(mContentView, true); setViewAndChildrenEnabled(mMenuView, false); }

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