Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with disabled buttons for content #40

Open
polyak731 opened this issue Jan 10, 2020 · 4 comments
Open

Issue with disabled buttons for content #40

polyak731 opened this issue Jan 10, 2020 · 4 comments

Comments

@polyak731
Copy link

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); }

@polyak731
Copy link
Author

polyak731 commented Jan 10, 2020

There are no place in the code where you guys are providing setViewAndChildrenEnabled(mContentView, false);

@polyak731
Copy link
Author

Please mention that you've got my point.

@JagarYousef
Copy link

JagarYousef commented Mar 23, 2020

Not only buttons, but all views are not disabled for me including relative layouts and edit text.
I believe the current solution will be a manual edit to remove the mentioned function but still not sure what it does.

@xeyal21
Copy link

xeyal21 commented Apr 12, 2022

Not only buttons, but all views are not disabled for me including relative layouts and edit text. I believe the current solution will be a manual edit to remove the mentioned function but still not sure what it does.

Were you able to find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants