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

Can't cancel dialog. #46

Open
HasBert opened this issue Mar 26, 2019 · 1 comment
Open

Can't cancel dialog. #46

HasBert opened this issue Mar 26, 2019 · 1 comment

Comments

@HasBert
Copy link

HasBert commented Mar 26, 2019

Hey,
I am using this code:

mDialog = new SpotsDialog.Builder()
                .setContext(this.getContext())
                .setTheme(R.style.CustomDialog)
                .setCancelable(true)
                .setCancelListener(this)
                .build();
        mDialog.show();

but everywhere i touch on the screen nothing happens. It has also no effect if I setCacelable(false). No events will be send to the CacelListener.
Would be nice if you have some instructions on how to solve this. ;-)
cheers ;-)

@HasBert HasBert closed this as completed Mar 26, 2019
@HasBert HasBert reopened this Mar 26, 2019
@HasBert
Copy link
Author

HasBert commented Mar 27, 2019

I've added a pull request #48 for this issue. ;-)

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

1 participant