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

The WindowManager is blocking any text input and even Back button on the background Acitivty. #1

Closed
PeterSterba opened this issue Jun 7, 2017 · 1 comment

Comments

@PeterSterba
Copy link

To fix this, please change in 'LGSnackbarPresenter#createDefaultLayoutParams()' line 117

layoutParams.flags = WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;

@loregr
Copy link
Owner

loregr commented Jun 11, 2017

Fixed here: af3516b

Thanks

@loregr loregr closed this as completed Jun 11, 2017
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

2 participants